Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef VP1EXECUTIONSCHEDULER_H
16 #define VP1EXECUTIONSCHEDULER_H
26 #include <QStringList>
31 #endif // BUILDVP1LIGHT
63 ISvcLocator* svcLocator,
65 const QStringList& joboptions,
66 QString initialCruiseMode =
"NONE",
67 unsigned initialCruiseSeconds = 10,
68 const QString& singleEventSource =
"",
69 const QString& singleEventLocalTmpDir =
"",
70 unsigned localFileCacheLimit = 10,
71 const QStringList& availableLocalInputDirectories = QStringList() );
79 ISvcLocator* svcLocator,IToolSvc*toolSvc,
102 #if defined BUILDVP1LIGHT
105 int getEvtNr(){
return m_evtNr; };
106 void setEvtNr(
int evtNr){ m_evtNr = evtNr; };
107 int getTotEvtNr(){
return m_totEvtNr; };
108 #endif // BUILDVP1LIGHT
122 #if defined BUILDVP1LIGHT
125 QList<QStringList> m_list;
128 bool m_goBackFlag =
false;
129 bool firstlaunch =
true;
130 #endif // BUILDVP1LIGHT
144 #if defined BUILDVP1LIGHT
146 #endif // BUILDVP1LIGHT
void refreshSystem(IVP1System *)
const QString & nextRequestedEventFile() const
void uncreateAndDelete(IVP1ChannelWidget *)
void actualUncreateAndDelete(IVP1ChannelWidget *)
void bringFromConstructedToReady(IVP1ChannelWidget *)
void refreshingStatusChanged(bool)
void setCruiseMode(const CruiseMode &)
QString saveSnaphsotToFile(IVP1System *s, bool batch=false)
void channelCreated(IVP1ChannelWidget *)
virtual ~VP1ExecutionScheduler()
void updateProgressBarDuringRefresh()
static VP1ExecutionScheduler * init(StoreGateSvc *eventStore, StoreGateSvc *detStore, ISvcLocator *svcLocator, IToolSvc *toolSvc, const QStringList &joboptions, QString initialCruiseMode="NONE", unsigned initialCruiseSeconds=10, const QString &singleEventSource="", const QString &singleEventLocalTmpDir="", unsigned localFileCacheLimit=10, const QStringList &availableLocalInputDirectories=QStringList())
The Athena Transient Store API.
void setNextRequestedEventFile(const QString &)
void processSystemForRefresh()
QStringList userRequestedFiles()
void channelUncreated(IVP1ChannelWidget *)
bool isRefreshing() const
void startRefreshQueueIfAppropriate()
bool hasAllActiveSystemsRefreshed(IVP1ChannelWidget *) const
def time(flags, cells_name, *args, **kw)
void eraseSystem(IVP1System *)
VP1ExecutionScheduler(QObject *parent, StoreGateSvc *eventStore, StoreGateSvc *detStore, ISvcLocator *svcLocator, IToolSvc *toolSvc, VP1AvailEvents *availEvents)
static void cleanup(VP1ExecutionScheduler *)
Tool for accessing xAOD files outside of Athena.
bool executeNewEvent(const int &runnumber, const unsigned long long &eventnumber, const unsigned &triggerType=0, const unsigned &time=0)