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), fGeoType(geo_type), fTreeName(treename), fBranchName(branchname), fOrigFile(orig_file), fFiltType(filt_type)
 
  126    else cout << 
"FILTERED EVENTS FILE : " << 
GetName() << endl;
 
  129    cout << 
"--infos: " << 
GetTitle() << endl;
 
  130    cout << 
"--events: " << 
fEvents << endl;
 
  132       cout << 
"--Filtering conditions:" << endl;
 
  133       cout << 
"----dataset:" << 
fDataSet << endl;
 
  134       cout << 
"----system:" << 
fSystem << endl;
 
  136       cout << 
"----geometry:" << 
fGeoType << endl;
 
  137       cout << 
"----filter:" << 
fFiltType << endl;
 
  138       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
 
Base class for KaliVeda framework.
 
virtual void Copy(TObject &) const
Make a copy of this object.
 
Handle directory containing simulated and/or filtered simulated data ,.
 
Handle file containing simulated and/or filtered simulated data ,.
 
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
 
void Copy(TObject &) const
 
Bool_t fFiltered
=kTRUE for filtered (reconstructed) simulated events
 
void ls(Option_t *opt="") const
 
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
 
TString fBranchName
name of branch containing events
 
KVSimFile()
Default constructor.
 
const Char_t * GetTreeName() const
 
const char * GetName() const override
 
const char * GetTitle() const override
 
static void IndentLevel()