LCOV - code coverage report
Current view: top level - HLT/CALO - AliHLTEMCALDefinitions.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 2 50.0 %
Date: 2016-06-14 17:26:59 Functions: 1 8 12.5 %

          Line data    Source code
       1             : // XEmacs -*-C++-*-
       2             : #ifndef ALIHLTEMCALDEFINITIONS_H
       3             : #define ALIHLTEMCALDEFINITIONS_H
       4             : /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
       5             :  * See cxx source for full Copyright notice                               */
       6             : 
       7             : /* AliHLTEMCALDefinitions
       8             :  */
       9             : 
      10             : #include "AliHLTDataTypes.h"
      11             : #include "Rtypes.h"
      12             : 
      13             : ///////////////////////////////////////////////////////////////////////////////
      14             : //                                                                           //
      15             : //  The HLT definitions for EMCAL                                            //  
      16             : //                                                                           //
      17             : //                                                                           //
      18             : ///////////////////////////////////////////////////////////////////////////////
      19             : 
      20             : 
      21           0 : class AliHLTEMCALDefinitions
      22             : {
      23             : 
      24             : public:
      25             :   AliHLTEMCALDefinitions();
      26             :   virtual ~AliHLTEMCALDefinitions();
      27             :   
      28             :   static const AliHLTComponentDataType fgkDDLRawDataType; // Raw Data
      29             :   static const AliHLTComponentDataType fgkDigitDataType; // EMCAL Digits
      30             :   static const AliHLTComponentDataType fgkClusterDataType; // EMCAL Clusters
      31             :   static const AliHLTComponentDataType fgkESDDataType; // global ESD data type - may change!!!
      32             :   static const AliHLTComponentDataType fgkEMCALESDDataType; // ESD data type after emcal processing
      33             :   static const AliHLTComponentDataType fgkCalibrationDataType; // Calibration
      34             :   static const AliHLTComponentDataType fgkChannelDataType;
      35             :   static const AliHLTComponentDataType fgkTriggerRawDigitDataType;  // Trigger raw digits
      36             :   static const AliHLTComponentDataType fgkTriggerSTUDataType; // STU Data
      37             :   static const AliHLTComponentDataType fgkFastorDataType;    // EMCAL Trigger fastor data
      38             :   static const AliHLTComponentDataType fgkTriggerPatchDataType; // EMCAL Trigger patches
      39           6 :   ClassDef(AliHLTEMCALDefinitions, 0)
      40             :     
      41             : };
      42             : 
      43             : #endif

Generated by: LCOV version 1.11