|
BmnRoot
|
#include "TString.h"#include "TStopwatch.h"#include "TSystem.h"#include "TROOT.h"#include "BmnRawDataDecoder.h"#include "BmnEnums.h"#include <iostream>Go to the source code of this file.
Functions | |
| void | BmnDataToRoot (TString file="", TString outfile="", Long_t nEvents=0, UInt_t period=8, Bool_t doConvert=kTRUE, Bool_t doHoldRawRoot=kFALSE) |
| int | main (int argc, char **arg) |
| void BmnDataToRoot | ( | TString | file = "", |
| TString | outfile = "", |
||
| Long_t | nEvents = 0, |
||
| UInt_t | period = 8, |
||
| Bool_t | doConvert = kTRUE, |
||
| Bool_t | doHoldRawRoot = kFALSE |
||
| ) |
<- Verbosity level: 0 - Progress Bar; 1 - short info on passed events
Definition at line 15 of file BmnDataToRoot.cxx.
References BmnRawDataDecoder::ConvertRawToRoot(), BmnRawDataDecoder::DecodeDataToDigi(), BmnRawDataDecoder::GetPeriodId(), BmnRawDataDecoder::GetRootFileName(), BmnRawDataDecoder::GetRunId(), kBC, kBMNSETUP, kBMNSUCCESS, kCSC, kDCH, kECAL, kFHCAL, kGEM, kHODO, kMWPC, kSCWALL, kSiBT, kSILICON, kTOF, kTOF1, kZDC, BmnRawDataDecoder::SetApplyThreshold(), BmnRawDataDecoder::SetBmnSetup(), BmnRawDataDecoder::SetDetectorSetup(), and BmnRawDataDecoder::SetVerbose().
Referenced by main().
| int main | ( | int | argc, |
| char ** | arg | ||
| ) |
Definition at line 88 of file BmnDataToRoot.cxx.
References BmnDataToRoot().