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

Remove redundant variables

parent acb2d5ec
No related branches found
No related tags found
No related merge requests found
......@@ -234,10 +234,6 @@ private:
const AtlasDetectorID* m_idHelper;
Gaudi::Property<bool> m_doRandom {this,"RandomHist",false}; //< Trigger chain string pulled from the job option and parsed into a vector?
std::vector<int> m_abGroups1;
std::vector<std::vector<int>> m_abGroups2;
std::map<std::string,int> m_cGroups1;
std::map<std::string,std::map<std::string,int>> m_cGroups2;
int strawLayerNumber(int strawLayerNumber, int LayerNumber) const;
int strawNumber(int strawNumber, int strawlayerNumber, int LayerNumber) const;
......
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