CMS 3D CMS Logo

Enumerations
SiStripHitEfficiencyHelpers.h File Reference
#include "TString.h"
#include <string>
#include <fmt/printf.h>
#include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
#include "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h"
#include "TrackingTools/PatternTools/interface/TrajectoryMeasurement.h"

Go to the source code of this file.

Enumerations

enum  bounds
 

Enumeration Type Documentation

◆ bounds

enum bounds

Definition at line 16 of file SiStripHitEfficiencyHelpers.h.

16  {
17  k_LayersStart = 0,
18  k_LayersAtTIBEnd = 4,
19  k_LayersAtTOBEnd = 10,
20  k_LayersAtTIDEnd = 13,
21  k_LayersAtTECEnd = 22,
22  k_END_OF_LAYERS = 23,
23  k_END_OF_LAYS_AND_RINGS = 35
24  };