CMS 3D CMS Logo

MSLayersKeeperX0Averaged.h
Go to the documentation of this file.
1 #ifndef MSLayersKeeperX0Averaged_H
2 #define MSLayersKeeperX0Averaged_H
3 
7 
8 #include "MSLayersKeeper.h"
9 
11 public:
13  ~MSLayersKeeperX0Averaged() override = default;
14  MSLayer layer(const DetLayer* layer) const override { return *theLayersData.findLayer(MSLayer(layer)); }
15  const MSLayersAtAngle& layers(float cotTheta) const override { return theLayersData; }
16 
17 private:
19 };
20 #endif
const MSLayersAtAngle & layers(float cotTheta) const override
#define dso_hidden
Definition: Visibility.h:12
MSLayer layer(const DetLayer *layer) const override