CMS 3D CMS Logo

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, CSCAlignmentErrorExtendedRcdcscAlignmentErrorsToken_
 
const edm::ESGetToken< CSCGeometry, MuonGeometryRecordcscGeomToken_
 
const edm::ESGetToken< AlignmentErrorsExtended, DTAlignmentErrorExtendedRcddtAlignmentErrorsToken_
 
const edm::ESGetToken< DYTThrObject, DYTThrObjectRcddytThresholdsToken_
 
const edm::ESGetToken< TransientTrackingRecHitBuilder, TransientRecHitRecordmuonRecHitBuilderToken_
 
const edm::ESGetToken< MuonDetLayerGeometry, MuonRecoGeometryRecordnavMuonToken_
 
const edm::ESGetToken< TrajectoryStateUpdator, TrackingComponentsRecordupdatorToken_
 

Detailed Description

Definition at line 50 of file DynamicTruncation.h.

Constructor & Destructor Documentation

◆ Config()

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

◆ cscAlignmentErrorsToken_

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

Definition at line 60 of file DynamicTruncation.h.

◆ cscGeomToken_

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

Definition at line 53 of file DynamicTruncation.h.

◆ dtAlignmentErrorsToken_

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

Definition at line 59 of file DynamicTruncation.h.

◆ dytThresholdsToken_

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

Definition at line 58 of file DynamicTruncation.h.

◆ muonRecHitBuilderToken_

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

Definition at line 54 of file DynamicTruncation.h.

◆ navMuonToken_

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

Definition at line 56 of file DynamicTruncation.h.

◆ updatorToken_

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

Definition at line 55 of file DynamicTruncation.h.