Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:46

0001 #ifndef DataFormatsAlignment_AliClusterValueMap_h
0002 #define DataFormatsAlignment_AliClusterValueMap_h
0003 
0004 #include "DataFormats/Common/interface/ValueMap.h"
0005 // The content of the container:
0006 #include "DataFormats/Alignment/interface/AlignmentClusterFlag.h"
0007 // The typedef of the container:
0008 #include "DataFormats/Alignment/interface/AliClusterValueMapFwd.h"
0009 
0010 // Still used in AlignmentPrescaler, but to be removed
0011 // (no dictionary generated).
0012 typedef edm::ValueMap<int> AliTrackTakenClusterValueMap;
0013 
0014 #endif