]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/trigger/AliHLTTriggerAgent.h
- synchronized the overlay macro to the changes of the drawing one
[u/mrichter/AliRoot.git] / HLT / trigger / AliHLTTriggerAgent.h
index 3838cd3c79d59ace3a24f877ecbeb0df766f8fa0..f7a299916220143c9b6ac5c103bd70705703f61f 100644 (file)
@@ -17,6 +17,8 @@
 
 class AliESDEvent;
 class TArrayC;
+class TFile;
+class TTree;
 
 /**
  * @class AliHLTTriggerAgent
@@ -104,6 +106,9 @@ class AliHLTTriggerAgent : public AliHLTModuleAgent {
     /** inherited from AliHLTOUTHandler */
     int ReleaseProcessedData(const AliHLTUInt8_t* pData, int size);
 
+    /** write the temporary ESD to file */
+    int WriteESD();
+
   private:
     /** copy constructor forbidden */
     AliHLTTriggerDecisionHandler(const AliHLTTriggerDecisionHandler&);
@@ -113,6 +118,8 @@ class AliHLTTriggerAgent : public AliHLTModuleAgent {
     AliESDEvent* fESD; //!
     TArrayC* fpData;  //!
     int fSize; //!
+    TFile* fpESDfile; //!
+    TTree* fpESDtree; //!
   };
  protected: