Skip to content
Snippets Groups Projects
Commit 095697d1 authored by Nikita Belyaev's avatar Nikita Belyaev
Browse files

TProfiles added instead of TEfficiency, normalization is implemening

parent 393bab58
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ private:
enum GasType{ Xe = 0, Ar = 1, Kr = 2 };
static const int s_Straw_max[2];
static const int s_iChip_max[2];
static const int s_numberOfBarrelStacks;
static const int s_numberOfEndCapStacks;
......@@ -82,6 +83,7 @@ private:
bool m_useHoleFinder;
bool m_doHitsMon;
float m_DistToStraw;
float m_usedEvents;
BooleanProperty m_ArgonXenonSplitter{this, "doArgonXenonSeparation", true};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment