]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EMCAL/AliHLTEMCALRawHistoMakerComponent.h
create fill histograms with DCA cut when not applied before in the reader
[u/mrichter/AliRoot.git] / HLT / EMCAL / AliHLTEMCALRawHistoMakerComponent.h
index 281c1672878490adf2e1aaca9ba4af898d195225..972380a3812e885bc2f75acb8aed126152a9e14a 100644 (file)
 
 
 #include "AliHLTCaloProcessor.h"
-#include  "AliHLTEMCALDefinitions.h"
+#include "AliHLTCaloClusterDataStruct.h"
+
+#include "AliHLTCaloConstantsHandler.h"
+#include "AliHLTEMCALDefinitions.h"
+#include "AliHLTDataTypes.h"
 #include "TString.h"
 
+
 class AliHLTEMCALRawHistoMaker;
+class AliHLTCaloClusterHeaderStruct;
+
 
 
 class AliHLTEMCALRawHistoMakerComponent : public AliHLTCaloProcessor
@@ -41,13 +48,6 @@ public:
        virtual ~AliHLTEMCALRawHistoMakerComponent();
 
 
-       /** Assignment */
-       AliHLTEMCALRawHistoMakerComponent & operator = (const AliHLTEMCALRawHistoMakerComponent)
-       {
-               //Assignment
-               return *this;
-       }
-
        /** interface function, see @ref AliHLTComponent for description */
        const char* GetComponentID();
 
@@ -82,16 +82,20 @@ protected:
        /** interface function, see @ref AliHLTComponent for description */
        virtual int Deinit(); ////////// PTH WARNING
 
+       
+
 private:
        TString fRootFileName;
        int fPushFraction;
        int fLocalEventCount;
+       int fBeVerbose;
 
        /** Pointer to the histo maker itself */
        AliHLTEMCALRawHistoMaker *fRawHistoMakerPtr;                    //! transient
 
+       
        AliHLTEMCALRawHistoMakerComponent(const AliHLTEMCALRawHistoMakerComponent & );
-
+       AliHLTEMCALRawHistoMakerComponent & operator = (const AliHLTEMCALRawHistoMakerComponent &);
 };
 
 #endif