]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDTagCreator.h
- Modified the class AliMUONRecoParam to inherit from the new bass
[u/mrichter/AliRoot.git] / STEER / AliESDTagCreator.h
index d634a26788f848358597a0845e16702f2673d9f0..1b57561853c4df5b6531d5084337b4dbc743ad5e 100644 (file)
@@ -43,6 +43,8 @@ class AliESDTagCreator : public AliTagCreator {
 
   void CreateESDTags(Int_t fFirstEvent, Int_t fLastEvent, TList *grpList);
 
+  void SetInactiveBranches(const char* branches) {fBranches = branches;}
+
   Bool_t ReadGridCollection(TGridResult *result);
   Bool_t ReadLocalCollection(const char *localpath);
   Bool_t ReadCAFCollection(const char *filename);
@@ -53,10 +55,13 @@ class AliESDTagCreator : public AliTagCreator {
   void CreateTag(TFile* file, const char *filepath, Int_t Counter);
 
  private:
+  void SwitchOffBranches() const;
+  
   TChain *fChain; //chain of esd files
   TList  *fGUIDList; //TList of guid TObjString
   TList  *fMD5List; //TList of md5 TObjString
   TList  *fTURLList; //TList of turl TObjString
+  TString fBranches;  //List of branches to be switched off (separated by space
   MemInfo_t *meminfo; //mem info
 
   ClassDef(AliESDTagCreator,0)