Skip to content

Commit

Permalink
ATO-46 - Get pointer to summary production table for CPasses from Mon…
Browse files Browse the repository at this point in the history
…ALISA
  • Loading branch information
miranov25 committed Jun 20, 2016
1 parent c905154 commit 2393f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions STAT/AliExternalInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class AliExternalInfo : public TObject {
Bool_t CacheLogbook(TString period) {return Cache("Logbook", period, "");}
Bool_t CacheTriggerClasses(TString period) {return Cache("TriggerClasses", period, "");}
Bool_t CacheProdCycle() {return Cache("MonALISA.ProductionCycle", "", "");}
Bool_t CacheCPass() {return Cache("MonALISA.ProductionCPass", "", "");}
Bool_t CacheProdCycleByID(TString ID) {return Cache("MonALISA.ProductionCycleID", ID, "");}

TTree* GetTree(TString type, TString period, TString pass);
Expand All @@ -77,6 +78,7 @@ class AliExternalInfo : public TObject {
TTree* GetTreeLogbook(TString period) {return GetTree("Logbook", period, "");}
TTree* GetTreeTriggerClasses(TString period) {return GetTree("TriggerClasses", period, "");}
TTree* GetTreeProdCycle() {return GetTree("MonALISA.ProductionCycle", "", "");}
TTree* GetTreeCPass() {return GetTree("MonALISA.ProductionCPass", "", "");}
TTree* GetTreeProdCycleByID(TString ID) {return GetTree("MonALISA.ProductionCycleID", ID, "");}

TChain* GetChain(TString type, TString period, TString pass);
Expand Down

0 comments on commit 2393f4c

Please sign in to comment.