CMS 3D CMS Logo

MSLayersKeeperX0Averaged.h
Go to the documentation of this file.
1 #ifndef MSLayersKeeperX0Averaged_H
2 #define MSLayersKeeperX0Averaged_H
3 
4 #include "MSLayersKeeper.h"
7 public:
8  MSLayersKeeperX0Averaged() : isInitialised(false) {}
10  void init(const edm::EventSetup& iSetup) override;
11  MSLayer layer(const DetLayer* layer) const override { return *theLayersData.findLayer(MSLayer(layer)); }
12  const MSLayersAtAngle& layers(float cotTheta) const override { return theLayersData; }
13 
14 private:
17 };
18 #endif
const MSLayersAtAngle & layers(float cotTheta) const override
virtual void init(const edm::EventSetup &iSetup)
#define dso_hidden
Definition: Visibility.h:12
MSLayer layer(const DetLayer *layer) const override