CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
classes.h
Go to the documentation of this file.
1 
2 #include <boost/cstdint.hpp>
3 
22 
23 namespace{
24  struct dictionary {
25 
28 
29  ESPedestals pedmap;
30 
32 
33  ESTBWeights tbwgt;
34  ESWeightSet wset;
35  std::map< ESStripGroupId, ESWeightSet > wgmap;
36  std::pair< ESStripGroupId, ESWeightSet > wgmapvalue;
37 
38  ESADCToGeVConstant adcfactor;
39 
40  ESMIPToGeVConstant mipfactor;
41 
42  ESIntercalibConstants intercalib;
43 
44  ESAngleCorrectionFactors anglecorrection;
45 
46  ESEEIntercalibConstants eseeintercalib;
47 
48  ESMissingEnergyCalibration esmissingecalib;
49 
50  ESRecHitRatioCuts esrechitratiocuts;
51 
52  ESChannelStatus channelStatus;
53 
55 
56  ESGain gain;
57 
58  ESTimeSampleWeights tsweights;
59  };
60 }
Definition: ESGain.h:5
ESPedestalsMap::const_iterator ESPedestalsMapIterator
Definition: ESPedestals.h:27
std::vector< Item >::const_iterator const_iterator
ESCondObjectContainer< ESPedestal > ESPedestalsMap
Definition: ESPedestals.h:26