1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef DataFormatsAlignment_AliClusterValueMap_h
#define DataFormatsAlignment_AliClusterValueMap_h
#include "DataFormats/Common/interface/ValueMap.h"
// The content of the container:
#include "DataFormats/Alignment/interface/AlignmentClusterFlag.h"
// The typedef of the container:
#include "DataFormats/Alignment/interface/AliClusterValueMapFwd.h"
// Still used in AlignmentPrescaler, but to be removed
// (no dictionary generated).
typedef edm::ValueMap<int> AliTrackTakenClusterValueMap;
#endif
|