26 std::cout <<
"Custom: begin run " <<
run << std::endl;
30 std::cout <<
"Custom end run " <<
run <<std::endl;
42 std::cout <<
"Trying to handle this event... " <<
size <<
" " <<
nnn << std::endl;
60 std::cout <<
"TDC measurements for V1190" << std::endl;
85 std::cout <<
"\t-D option: this is a fun new option " << std::endl;
92 std::cout <<
arg+2 << std::endl;
93 std::cout <<
"I'm happy with this flag!" << std::endl;
107int main(
int argc,
char *argv[])
int main(int argc, char *argv[])
bool ProcessMidasEvent(TDataContainer &dataContainer)
void EndRun(int transition, int run, int time)
void BeginRun(int transition, int run, int time)
bool CheckOption(std::string option)
uint32_t GetMeasurement() const
Get the TDC measurement.
virtual TObject * Get(const char *namecycle)
virtual Bool_t cd(const char *path=0)
static TRootanaEventLoop & Get(void)
int GetCurrentRunNumber() const
Current Run Number.
int ExecuteLoop(int argc, char *argv[])
Method to actually process the Midas information, either as file or online.
static void CreateSingleton()
TDirectory * fOnlineHistDir
TDirectory for online histograms.
std::vector< TDCMeasurement > & GetMeasurements()
Get the Vector of TDC Measurements.
Class for storing data from CAEN V792 module.
void Print()
Print the bank contents in a structured way.