#include "L1Trigger/DTUtilities/interface/DTCache.h"
#include "L1Trigger/DTSectorCollector/interface/DTSectCollPhCand.h"
#include "L1Trigger/DTSectorCollector/interface/DTSectCollThCand.h"
#include "L1Trigger/DTSectorCollector/interface/DTSectCollPhSegm.h"
#include "L1Trigger/DTSectorCollector/interface/DTSectCollThSegm.h"
#include "DataFormats/MuonDetId/interface/DTSectCollId.h"
#include "L1TriggerConfig/DTTPGConfig/interface/DTConfigManager.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | DTSectColl |
Typedefs | |
typedef DTCache< DTSectCollPhSegm, DTSectCollPhVector > | DTSCPhCache |
typedef DTCache< DTSectCollThSegm, DTSectCollThVector > | DTSCThCache |
typedef std::vector< DTSectCollPhSegm > | DTSectCollPhVector |
typedef std::vector< DTSectCollThSegm > | DTSectCollThVector |
typedef DTCache< DTSectCollPhSegm, DTSectCollPhVector > DTSCPhCache |
Definition at line 53 of file DTSectColl.h.
typedef DTCache< DTSectCollThSegm, DTSectCollThVector > DTSCThCache |
Definition at line 54 of file DTSectColl.h.
typedef std::vector<DTSectCollPhSegm> DTSectCollPhVector |
Definition at line 28 of file DTSectColl.h.
typedef std::vector<DTSectCollThSegm> DTSectCollThVector |
Definition at line 52 of file DTSectColl.h.