]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding a data type for calorimeter clusters.
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Sep 2009 14:00:57 +0000 (14:00 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Sep 2009 14:00:57 +0000 (14:00 +0000)
HLT/BASE/AliHLTDataTypes.cxx
HLT/BASE/AliHLTDataTypes.h

index 57e39ce56315f7ecd99864b05547230ace03f32c..856ef94a35f347cea11b14315aabacc7787a923a 100644 (file)
@@ -185,6 +185,9 @@ const AliHLTComponentDataType kAliHLTDataTypeJet = AliHLTComponentDataTypeInitia
 /** Container of HLT ITS tracks */
 const AliHLTComponentDataType fgkITSTracksDataType = AliHLTComponentDataTypeInitializer( "ITSTRACK", kAliHLTDataOriginITS );
 
+/** Container of HLT calorimeter clusters */
+const AliHLTComponentDataType kAliHLTDataTypeCaloCluster = AliHLTComponentDataTypeInitializer( "CALOCLU", kAliHLTDataOriginAny );
+
 //////////////////////////////////////////////////////////////////////////
 //
 // Data origin variables, to be used with the operator|
index bc61a08b476fa4eaa98549d67fd56e5c4600c794..1cc25db5ce420a1b2e67242d0ff10a11b9804078 100644 (file)
@@ -1012,6 +1012,11 @@ extern "C" {
    */  
   extern const AliHLTComponentDataType fgkITSTracksDataType;
 
+  /** Container of calorimeter clusters
+   * @ingroup alihlt_component_datatypes
+   */  
+  extern const AliHLTComponentDataType kAliHLTDataTypeCaloCluster; 
+
   //////////////////////////////////////////////////////////////////////////
   //
   // FXS subscriber meta information