CMS 3D CMS Logo

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

Go to the source code of this file.

Enumerations

enum  bounds
 
enum  projections
 

Enumeration Type Documentation

◆ bounds

enum bounds

Definition at line 25 of file SiStripHitEfficiencyHelpers.h.

25  {
26  k_LayersStart = 0,
27  k_LayersAtTIBEnd = 4,
28  k_LayersAtTOBEnd = 10,
29  k_LayersAtTIDEnd = 13,
30  k_LayersAtTECEnd = 22,
31  k_END_OF_LAYERS = 23,
32  k_END_OF_LAYS_AND_RINGS = 35
33  };

◆ projections

Definition at line 38 of file SiStripHitEfficiencyHelpers.h.

38 { k_vs_LUMI = 0, k_vs_PU = 1, k_vs_BX = 2, k_SIZE = 3 };