CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
DynamicTruncation::Config Struct Reference

#include <DynamicTruncation.h>

Public Member Functions

 Config (edm::ConsumesCollector)
 

Public Attributes

const edm::ESGetToken
< AlignmentErrorsExtended,
CSCAlignmentErrorExtendedRcd
cscAlignmentErrorsToken_
 
const edm::ESGetToken
< CSCGeometry,
MuonGeometryRecord
cscGeomToken_
 
const edm::ESGetToken
< AlignmentErrorsExtended,
DTAlignmentErrorExtendedRcd
dtAlignmentErrorsToken_
 
const edm::ESGetToken
< DYTThrObject,
DYTThrObjectRcd
dytThresholdsToken_
 
const edm::ESGetToken
< TransientTrackingRecHitBuilder,
TransientRecHitRecord
muonRecHitBuilderToken_
 
const edm::ESGetToken
< MuonDetLayerGeometry,
MuonRecoGeometryRecord
navMuonToken_
 
const edm::ESGetToken
< TrajectoryStateUpdator,
TrackingComponentsRecord
updatorToken_
 

Detailed Description

Definition at line 49 of file DynamicTruncation.h.

Constructor & Destructor Documentation

DynamicTruncation::Config::Config ( edm::ConsumesCollector  iC)

Definition at line 44 of file DynamicTruncation.cc.

45  : cscGeomToken_(iC.esConsumes()),
46  muonRecHitBuilderToken_(iC.esConsumes(edm::ESInputTag("", "MuonRecHitBuilder"))),
47  updatorToken_(iC.esConsumes(edm::ESInputTag("", "KFUpdator"))),
const edm::ESGetToken< TrajectoryStateUpdator, TrackingComponentsRecord > updatorToken_
const edm::ESGetToken< MuonDetLayerGeometry, MuonRecoGeometryRecord > navMuonToken_
const edm::ESGetToken< AlignmentErrorsExtended, CSCAlignmentErrorExtendedRcd > cscAlignmentErrorsToken_
const edm::ESGetToken< DYTThrObject, DYTThrObjectRcd > dytThresholdsToken_
const edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscGeomToken_
const edm::ESGetToken< AlignmentErrorsExtended, DTAlignmentErrorExtendedRcd > dtAlignmentErrorsToken_
const edm::ESGetToken< TransientTrackingRecHitBuilder, TransientRecHitRecord > muonRecHitBuilderToken_

Member Data Documentation

const edm::ESGetToken<AlignmentErrorsExtended, CSCAlignmentErrorExtendedRcd> DynamicTruncation::Config::cscAlignmentErrorsToken_

Definition at line 59 of file DynamicTruncation.h.

Referenced by DynamicTruncation::DynamicTruncation().

const edm::ESGetToken<CSCGeometry, MuonGeometryRecord> DynamicTruncation::Config::cscGeomToken_

Definition at line 52 of file DynamicTruncation.h.

Referenced by DynamicTruncation::DynamicTruncation().

const edm::ESGetToken<AlignmentErrorsExtended, DTAlignmentErrorExtendedRcd> DynamicTruncation::Config::dtAlignmentErrorsToken_

Definition at line 58 of file DynamicTruncation.h.

Referenced by DynamicTruncation::DynamicTruncation().

const edm::ESGetToken<DYTThrObject, DYTThrObjectRcd> DynamicTruncation::Config::dytThresholdsToken_

Definition at line 57 of file DynamicTruncation.h.

Referenced by DynamicTruncation::DynamicTruncation().

const edm::ESGetToken<TransientTrackingRecHitBuilder, TransientRecHitRecord> DynamicTruncation::Config::muonRecHitBuilderToken_

Definition at line 53 of file DynamicTruncation.h.

Referenced by DynamicTruncation::DynamicTruncation().

const edm::ESGetToken<MuonDetLayerGeometry, MuonRecoGeometryRecord> DynamicTruncation::Config::navMuonToken_

Definition at line 55 of file DynamicTruncation.h.

Referenced by DynamicTruncation::DynamicTruncation().

const edm::ESGetToken<TrajectoryStateUpdator, TrackingComponentsRecord> DynamicTruncation::Config::updatorToken_

Definition at line 54 of file DynamicTruncation.h.

Referenced by DynamicTruncation::DynamicTruncation().