@@ -26,15 +26,15 @@ namespace o2
2626namespace trk
2727{
2828TRKLayer::TRKLayer (int layerNumber, std::string layerName, float rInn, float rOut, int numberOfModules, float layerX2X0)
29- : mLayerNumber (layerNumber), mLayout (kCylinder ), mLayerName (layerName), mInnerRadius (rInn), mOuterRadius (rOut), mNumberOfModules (numberOfModules), mX2X0 (layerX2X0), mChipWidth (constants::moduleMLOT::chip::width), mChipLength (constants::moduleMLOT::chip::length), mDeadzoneWidth (1.5 * 1e-1 ), mSensorThickness (100 . e-4 ), mHalfNumberOfChips (4 )
29+ : mLayerNumber (layerNumber), mLayout (kCylinder ), mLayerName (layerName), mInnerRadius (rInn), mOuterRadius (rOut), mNumberOfModules (numberOfModules), mX2X0 (layerX2X0), mChipWidth (constants::moduleMLOT::chip::width), mChipLength (constants::moduleMLOT::chip::length), mDeadzoneWidth (constants::moduleMLOT::chip::passiveEdgeReadOut ), mSensorThickness (constants::moduleMLOT::silicon::thickness ), mHalfNumberOfChips (4 )
3030{
3131 float Si_X0 = 9 .5f ;
3232 mChipThickness = mX2X0 * Si_X0;
3333 LOGP (info, " Creating layer: id: {} rInner: {} rOuter: {} zLength: {} x2X0: {}" , mLayerNumber , mInnerRadius , mOuterRadius , getZ (), mX2X0 );
3434}
3535
3636TRKLayer::TRKLayer (int layerNumber, std::string layerName, float rInn, int numberOfModules, float thick)
37- : mLayerNumber (layerNumber), mLayout (kCylinder ), mLayerName (layerName), mInnerRadius (rInn), mNumberOfModules (numberOfModules), mChipThickness (thick), mChipWidth (constants::moduleMLOT::chip::width), mChipLength (constants::moduleMLOT::chip::length), mDeadzoneWidth (1.5 * 1e-1 ), mSensorThickness (100 . e-4 ), mHalfNumberOfChips (4 )
37+ : mLayerNumber (layerNumber), mLayout (kCylinder ), mLayerName (layerName), mInnerRadius (rInn), mNumberOfModules (numberOfModules), mChipThickness (thick), mChipWidth (constants::moduleMLOT::chip::width), mChipLength (constants::moduleMLOT::chip::length), mDeadzoneWidth (constants::moduleMLOT::chip::passiveEdgeReadOut ), mSensorThickness (constants::moduleMLOT::silicon::thickness ), mHalfNumberOfChips (4 )
3838{
3939 float Si_X0 = 9 .5f ;
4040 mOuterRadius = rInn + thick;
0 commit comments