#include "DataFormats/Common/interface/SortedCollection.h"
#include "DataFormats/FTLDigi/interface/FTLDataFrameT.h"
#include "DataFormats/ForwardDetId/interface/FastTimeDetId.h"
#include "DataFormats/FTLDigi/interface/FTLSample.h"
#include "DataFormats/ForwardDetId/interface/BTLDetId.h"
#include "DataFormats/ForwardDetId/interface/ETLDetId.h"
#include "DataFormats/FTLDigi/interface/BTLSample.h"
#include "DataFormats/FTLDigi/interface/ETLSample.h"
Go to the source code of this file.
Typedefs | |
typedef FTLDataFrameT< BTLDetId, BTLSample > | BTLDataFrame |
typedef edm::SortedCollection< BTLDataFrame > | BTLDigiCollection |
typedef FTLDataFrameT< ETLDetId, ETLSample > | ETLDataFrame |
typedef edm::SortedCollection< ETLDataFrame > | ETLDigiCollection |
typedef FTLDataFrameT< FastTimeDetId, FTLSample > | FTLDataFrame |
typedef edm::SortedCollection< FTLDataFrame > | FTLDigiCollection |
typedef FTLDataFrameT<BTLDetId,BTLSample> BTLDataFrame |
Definition at line 17 of file FTLDigiCollections.h.
typedef edm::SortedCollection< BTLDataFrame > BTLDigiCollection |
Definition at line 18 of file FTLDigiCollections.h.
typedef FTLDataFrameT<ETLDetId,ETLSample> ETLDataFrame |
Definition at line 20 of file FTLDigiCollections.h.
typedef edm::SortedCollection< ETLDataFrame > ETLDigiCollection |
Definition at line 21 of file FTLDigiCollections.h.
typedef FTLDataFrameT<FastTimeDetId,FTLSample> FTLDataFrame |
Definition at line 14 of file FTLDigiCollections.h.
typedef edm::SortedCollection< FTLDataFrame > FTLDigiCollection |
Definition at line 15 of file FTLDigiCollections.h.