KaliVeda
1.13/01
Heavy-Ion Analysis Toolkit
|
For analysing INDRA pulser & laser data.
This class has been automatically generated on Mon Jun 4 18:46:15 2007 by ROOT version 5.14/00 from TChain GeneData/
User analysis classes derived from this one have access to the following variables :
For each event, the values of the acquisition parameters are read and stored in the corresponding KVACQParam objects of the INDRA detectors. Therefore to access the value in your Analysis() method, use something like this:
gIndra->GetACQParam("CI_0201_PG")->GetCoderData()
or
gIndra->GetDetector("CI_0201")->GetACQParam("PG")->GetCoderData()
Use TriggerInfo to check whether the event corresponds to pulser or laser, i.e.
if( TriggerInfo->IsLaser() ) { ... }
if( TriggerInfo->IsPulser() ) { ... }
Definition at line 43 of file KVINDRAGeneDataSelector.h.
Public Member Functions | |
KVINDRAGeneDataSelector (TTree *=0) | |
virtual | ~KVINDRAGeneDataSelector () |
virtual Bool_t | Analysis () |
virtual Bool_t | AtEndOfRun (void) |
virtual void | Begin (TTree *tree) |
virtual void | EndAnalysis () |
virtual void | EndRun () |
virtual Int_t | GetEntry (Long64_t entry, Int_t getall=0) |
virtual TList * | GetOutputList () const |
virtual void | Init (TTree *tree) |
virtual void | InitAnalysis () |
virtual void | InitRun () |
virtual Bool_t | Notify () |
virtual Bool_t | Process (Long64_t entry) |
void | SetBranchAddresses () |
virtual void | SetInputList (TList *input) |
virtual void | SetObject (TObject *obj) |
virtual void | SetOption (const char *option) |
virtual void | SlaveBegin (TTree *tree) |
virtual void | SlaveTerminate () |
virtual void | Terminate () |
virtual Int_t | Version () const |
Public Member Functions inherited from TSelector | |
TSelector () | |
virtual | ~TSelector () |
virtual void | Abort (const char *why, EAbort what=kAbortProcess) |
virtual EAbort | GetAbort () const |
virtual TList * | GetInputList () const |
virtual const char * | GetOption () const |
virtual Long64_t | GetStatus () const |
virtual void | ImportOutput (TList *output) |
virtual Bool_t | ProcessCut (Long64_t) |
virtual void | ProcessFill (Long64_t) |
virtual void | ResetAbort () |
virtual void | SetStatus (Long64_t status) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
virtual | ~TObject () |
void | AbstractMethod (const char *method) const |
virtual void | AppendPad (Option_t *option="") |
virtual void | Browse (TBrowser *b) |
ULong_t | CheckedHash () |
virtual const char * | ClassName () const |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
virtual Int_t | Compare (const TObject *obj) const |
virtual void | Copy (TObject &object) const |
virtual void | Delete (Option_t *option="") |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
virtual void | Draw (Option_t *option="") |
virtual void | DrawClass () const |
virtual TObject * | DrawClone (Option_t *option="") const |
virtual void | Dump () const |
virtual void | Error (const char *method, const char *msgfmt,...) const |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
virtual TObject * | FindObject (const char *name) const |
virtual TObject * | FindObject (const TObject *obj) const |
virtual Option_t * | GetDrawOption () const |
virtual const char * | GetIconName () const |
virtual const char * | GetName () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
virtual const char * | GetTitle () const |
virtual UInt_t | GetUniqueID () const |
virtual Bool_t | HandleTimer (TTimer *timer) |
virtual ULong_t | Hash () const |
Bool_t | HasInconsistentHash () const |
virtual void | Info (const char *method, const char *msgfmt,...) const |
virtual Bool_t | InheritsFrom (const char *classname) const |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
virtual void | Inspect () const |
void | InvertBit (UInt_t f) |
virtual Bool_t | IsEqual (const TObject *obj) const |
virtual Bool_t | IsFolder () const |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
virtual Bool_t | IsSortable () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
virtual void | ls (Option_t *option="") const |
void | MayNotUse (const char *method) const |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
void | operator delete (void *ptr) |
void | operator delete[] (void *ptr) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
virtual void | Paint (Option_t *option="") |
virtual void | Pop () |
virtual void | Print (Option_t *option="") const |
virtual Int_t | Read (const char *name) |
virtual void | RecursiveRemove (TObject *obj) |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
void | SetBit (UInt_t f) |
void | SetBit (UInt_t f, Bool_t set) |
virtual void | SetDrawOption (Option_t *option="") |
virtual void | SetUniqueID (UInt_t uid) |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Static Public Member Functions | |
static void | Make (const Char_t *kvsname) |
Automatic generation of derived class for gene data analysis. More... | |
Static Public Member Functions inherited from TSelector | |
static TSelector * | GetSelector (const char *filename) |
static Bool_t | IsStandardDraw (const char *selec) |
Static Public Member Functions inherited from TObject | |
static Longptr_t | GetDtorOnly () |
static Bool_t | GetObjectStat () |
static void | SetDtorOnly (void *obj) |
static void | SetObjectStat (Bool_t stat) |
Protected Attributes | |
TBranch * | b_EventNumber |
TBranch * | b_RunNumber |
List of branches. More... | |
TBranch * | b_TriggerInfo |
Int_t | EventNumber |
TTree * | fChain |
pointer to the analyzed TTree or TChain More... | |
Long64_t | fTreeEntry |
this is the current TTree entry number, i.e. the argument passed to TSelector::Process(Long64_t entry) More... | |
Bool_t | needToCallEndRun |
tells if one needs to call EndRun More... | |
Int_t | RunNumber |
Declaration of leave types. More... | |
KVINDRATriggerInfo * | TriggerInfo |
Protected Attributes inherited from TSelector | |
EAbort | fAbort |
TList * | fInput |
TObject * | fObject |
TString | fOption |
TSelectorList * | fOutput |
Long64_t | fStatus |
Protected Attributes inherited from TObject | |
kOnlyPrepStep | |
Additional Inherited Members | |
Public Types inherited from TSelector | |
enum | EAbort |
Public Types inherited from TObject | |
enum | EDeprecatedStatusBits |
enum | EStatusBits |
Public Attributes inherited from TSelector | |
kAbortFile | |
kAbortProcess | |
kContinue | |
Public Attributes inherited from TObject | |
kBitMask | |
kCanDelete | |
kCannotPick | |
kHasUUID | |
kInconsistent | |
kInvalidObject | |
kIsOnHeap | |
kIsReferenced | |
kMustCleanup | |
kNoContextMenu | |
kNotDeleted | |
kObjInCanvas | |
kOverwrite | |
kSingleKey | |
kWriteDelete | |
kZombie | |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
void | MakeZombie () |
#include <KVINDRAGeneDataSelector.h>
|
inline |
Definition at line 61 of file KVINDRAGeneDataSelector.h.
|
inlinevirtual |
Definition at line 65 of file KVINDRAGeneDataSelector.h.
|
inlinevirtual |
Definition at line 105 of file KVINDRAGeneDataSelector.h.
Check whether the end of run is reached for the current tree
Definition at line 147 of file KVINDRAGeneDataSelector.cpp.
The Begin() function is called at the start of the query. When running with PROOF Begin() is only called on the client. The tree argument is deprecated (on PROOF 0 is passed).
Reimplemented from TSelector.
Definition at line 18 of file KVINDRAGeneDataSelector.cpp.
|
inlinevirtual |
Definition at line 112 of file KVINDRAGeneDataSelector.h.
|
inlinevirtual |
Definition at line 109 of file KVINDRAGeneDataSelector.h.
Reimplemented from TSelector.
Definition at line 77 of file KVINDRAGeneDataSelector.h.
|
inlinevirtual |
Reimplemented from TSelector.
Definition at line 93 of file KVINDRAGeneDataSelector.h.
|
inlinevirtual |
Definition at line 99 of file KVINDRAGeneDataSelector.h.
Definition at line 102 of file KVINDRAGeneDataSelector.h.
Automatic generation of derived class for gene data analysis.
Definition at line 164 of file KVINDRAGeneDataSelector.cpp.
The Process() function is called for each entry in the tree (or possibly keyed object in the case of PROOF) to be processed. The entry argument specifies which entry in the currently loaded tree is to be processed. It can be passed to either KVINDRAGeneDataSelector::GetEntry() or TBranch::GetEntry() to read either all or the required parts of the data. When processing keyed objects with PROOF, the object is already loaded and is available via the fObject pointer.
This function should contain the "body" of the analysis. It can contain simple or elaborate selection criteria, run algorithms on the data of the event and typically fill histograms.
The processing can be stopped by calling Abort().
Use fStatus to set the return value of TTree::Process().
The return value is currently not used.
Reimplemented from TSelector.
Definition at line 68 of file KVINDRAGeneDataSelector.cpp.
void KVINDRAGeneDataSelector::SetBranchAddresses | ( | ) |
Reimplemented from TSelector.
Definition at line 89 of file KVINDRAGeneDataSelector.h.
Reimplemented from TSelector.
Definition at line 85 of file KVINDRAGeneDataSelector.h.
|
inlinevirtual |
Reimplemented from TSelector.
Definition at line 81 of file KVINDRAGeneDataSelector.h.
The SlaveBegin() function is called after the Begin() function. When running with PROOF SlaveBegin() is called on each slave server. The tree argument is deprecated (on PROOF 0 is passed).
Reimplemented from TSelector.
Definition at line 37 of file KVINDRAGeneDataSelector.cpp.
|
virtual |
The SlaveTerminate() function is called after all entries or objects have been processed. When running with PROOF SlaveTerminate() is called on each slave server.
Reimplemented from TSelector.
Definition at line 111 of file KVINDRAGeneDataSelector.cpp.
|
virtual |
The Terminate() function is the last function to be called during a query. It always runs on the client, it can be used to present the results graphically or save the results to file.
Reimplemented from TSelector.
Definition at line 126 of file KVINDRAGeneDataSelector.cpp.
|
inlinevirtual |
Reimplemented from TSelector.
Definition at line 68 of file KVINDRAGeneDataSelector.h.
|
protected |
Definition at line 54 of file KVINDRAGeneDataSelector.h.
|
protected |
List of branches.
Definition at line 53 of file KVINDRAGeneDataSelector.h.
|
protected |
Definition at line 55 of file KVINDRAGeneDataSelector.h.
|
protected |
Definition at line 49 of file KVINDRAGeneDataSelector.h.
|
protected |
pointer to the analyzed TTree or TChain
Definition at line 45 of file KVINDRAGeneDataSelector.h.
|
protected |
this is the current TTree entry number, i.e. the argument passed to TSelector::Process(Long64_t entry)
Definition at line 57 of file KVINDRAGeneDataSelector.h.
|
protected |
tells if one needs to call EndRun
Definition at line 58 of file KVINDRAGeneDataSelector.h.
|
protected |
Declaration of leave types.
Definition at line 48 of file KVINDRAGeneDataSelector.h.
|
protected |
Definition at line 50 of file KVINDRAGeneDataSelector.h.