19 fFiltered = fGemini =
kFALSE;
20 fGemDecayPerEvent = 1;
29 :
KVBase(
filename, treeinfo), fSimDir(parent), fFiltered(
kFALSE), fEvents(treeEntries), fTreeName(treename), fBranchName(branchname)
43 :
KVBase(
filename, treeinfo), fSimDir(parent), fFiltered(
kTRUE), fEvents(treeEntries), fDataSet(dataset), fSystem(system),
44 fRunNumber(run_number), fTreeName(treename), fBranchName(branchname), fOrigFile(orig_file), fFiltType(filt_type), fDataQualityAudit(data_quality_audit)
136 else cout <<
"FILTERED EVENTS FILE : " <<
GetName() << endl;
139 cout <<
"--infos: " <<
GetTitle() << endl;
140 cout <<
"--events: " <<
fEvents << endl;
142 cout <<
"--Filtering conditions:" << endl;
143 cout <<
"----dataset:" <<
fDataSet << endl;
144 cout <<
"----system:" <<
fSystem << endl;
146 cout <<
"----filter:" <<
fFiltType << endl;
147 cout <<
"----gemini:";
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
void AssignAndDelete(TString &target, char *tobedeleted)
R__EXTERN TSystem * gSystem
Base class for KaliVeda framework.
void Copy(TObject &) const override
Make a copy of this object.
Handle directory containing simulated and/or filtered simulated data ,.
const Char_t * GetDirectory() const
Handle file containing simulated and/or filtered simulated data ,.
TString GetFullPathToFile() const
const Char_t * GetBranchName() const
Bool_t fGemini
true if statistical decay calculated with Gemini++ before filter
TString fSystem
name of system used to filter events
Int_t fGemDecayPerEvent
number of Gemini decays performed per primary event
TString fDataSet
name of dataset used to filter events
TString fOrigFile
name of simulated events file filtered to generate this file
Bool_t fFiltered
=kTRUE for filtered (reconstructed) simulated events
TString fFiltType
type of filtering used (Geo, Geo+Thresh, or Full)
virtual ~KVSimFile()
Destructor.
Long64_t fEvents
=number of events in TTree
KVSimDir * fSimDir
parent directory
TString fTreeName
name of TTree
void Copy(TObject &) const override
TString fBranchName
name of branch containing events
KVSimFile()
Default constructor.
void ls(Option_t *opt="") const override
const Char_t * GetTreeName() const
const char * GetName() const override
const char * GetTitle() const override
static void IndentLevel()
virtual char * ConcatFileName(const char *dir, const char *name)