![]() |
ATLAS Offline Software
|
#include <VP1Gui.h>
Classes | |
| class | Imp |
Public Member Functions | |
| VP1Gui (StoreGateSvc *sg, StoreGateSvc *detstore, ISvcLocator *svclocator, IToolSvc *toolSvc, const std::vector< std::string > &initialvp1files=std::vector< std::string >(), const std::string &initialCruiseMode="NONE", unsigned initialCruiseSeconds=10, const std::string &singleEventSource="", const std::string &singleEventLocalTmpDir="", unsigned localFileCacheLimit=10, const std::vector< std::string > &availableLocalInputDirectories=std::vector< std::string >()) | |
| ~VP1Gui () | |
| bool | argumentsAreValid () const |
| void | init () |
| bool | hasBeenInitialised () |
| bool | executeNewEvent (const int &run, const uint64_t &event, const unsigned &triggerType=0, const unsigned &time=0) |
| void | cleanup () |
| std::vector< std::string > | userRequestedFiles () |
| std::string | nextRequestedEventFile () const |
Private Member Functions | |
| VP1Gui (const VP1Gui &) | |
| VP1Gui & | operator= (const VP1Gui &) |
Private Attributes | |
| Imp * | m_d |
| VP1Gui::VP1Gui | ( | StoreGateSvc * | sg, |
| StoreGateSvc * | detstore, | ||
| ISvcLocator * | svclocator, | ||
| IToolSvc * | toolSvc, | ||
| const std::vector< std::string > & | initialvp1files = std::vector<std::string>(), | ||
| const std::string & | initialCruiseMode = "NONE", | ||
| unsigned | initialCruiseSeconds = 10, | ||
| const std::string & | singleEventSource = "", | ||
| const std::string & | singleEventLocalTmpDir = "", | ||
| unsigned | localFileCacheLimit = 10, | ||
| const std::vector< std::string > & | availableLocalInputDirectories = std::vector<std::string>() ) |
Definition at line 56 of file VP1Gui.cxx.
| VP1Gui::~VP1Gui | ( | ) |
Definition at line 86 of file VP1Gui.cxx.
| bool VP1Gui::argumentsAreValid | ( | ) | const |
Definition at line 92 of file VP1Gui.cxx.
| void VP1Gui::cleanup | ( | ) |
Definition at line 205 of file VP1Gui.cxx.
| bool VP1Gui::executeNewEvent | ( | const int & | run, |
| const uint64_t & | event, | ||
| const unsigned & | triggerType = 0, | ||
| const unsigned & | time = 0 ) |
Definition at line 212 of file VP1Gui.cxx.
| bool VP1Gui::hasBeenInitialised | ( | ) |
Definition at line 175 of file VP1Gui.cxx.
| void VP1Gui::init | ( | ) |
Definition at line 181 of file VP1Gui.cxx.
| std::string VP1Gui::nextRequestedEventFile | ( | ) | const |
Definition at line 231 of file VP1Gui.cxx.
| std::vector< std::string > VP1Gui::userRequestedFiles | ( | ) |
Definition at line 237 of file VP1Gui.cxx.