]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONConstants.h
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONConstants.h
index 36edd7e1bdc725a18078b8618da1719ced0c4394..40bbb6213ad58d84353931c4cf79e7219ceab884 100644 (file)
@@ -158,6 +158,11 @@ public:
                return fgkPairsDecisionBlockDataType;
        }
 
+       static const AliHLTComponentDataType& RootifiedEventDataType()
+       {
+               return fgkRootifiedEventDataType;
+       }
+
        static const AliHLTComponentDataType& ESDDataType()
        {
                return fgkESDDataType;
@@ -299,6 +304,7 @@ private:
        static const AliHLTComponentDataType fgkMansoCandidatesBlockDataType; // Debugging information about a track candidate generated by the Manso algorithm.
        static const AliHLTComponentDataType fgkSinglesDecisionBlockDataType; // Trigger decision block type for single track decisions.
        static const AliHLTComponentDataType fgkPairsDecisionBlockDataType; // Trigger decision block type for pairs of particles.
+       static const AliHLTComponentDataType fgkRootifiedEventDataType; // An AliHLTMUONEvent ROOT object.
        static const AliHLTComponentDataType fgkESDDataType; // The ESD data type with origin equal to MUON.
        static const AliHLTComponentDataType fgkClusterStoreDataType; // Offline algorithm cluster store object.
        static const AliHLTComponentDataType fgkHistogramDataType; // TH1/2/3 histogram type.