#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.
Classes | |
struct | mtdhelpers::BTLRowColDecode |
struct | mtdhelpers::ETLRowColDecode |
struct | mtdhelpers::FTLRowColDecode |
Namespaces | |
mtdhelpers | |
Typedefs | |
typedef FTLDataFrameT< BTLDetId, BTLSample, mtdhelpers::BTLRowColDecode > | BTLDataFrame |
typedef edm::SortedCollection< BTLDataFrame > | BTLDigiCollection |
typedef FTLDataFrameT< ETLDetId, ETLSample, mtdhelpers::ETLRowColDecode > | ETLDataFrame |
typedef edm::SortedCollection< ETLDataFrame > | ETLDigiCollection |
typedef FTLDataFrameT< FastTimeDetId, FTLSample, mtdhelpers::FTLRowColDecode > | FTLDataFrame |
typedef edm::SortedCollection< FTLDataFrame > | FTLDigiCollection |
Definition at line 34 of file FTLDigiCollections.h.
typedef edm::SortedCollection< BTLDataFrame > BTLDigiCollection |
Definition at line 35 of file FTLDigiCollections.h.
Definition at line 37 of file FTLDigiCollections.h.
typedef edm::SortedCollection< ETLDataFrame > ETLDigiCollection |
Definition at line 38 of file FTLDigiCollections.h.
Definition at line 31 of file FTLDigiCollections.h.
typedef edm::SortedCollection< FTLDataFrame > FTLDigiCollection |
Definition at line 32 of file FTLDigiCollections.h.