Skip to content
Snippets Groups Projects
Commit b79a420c authored by Bertram Kopf's avatar Bertram Kopf
Browse files

added mass range for filling events II

parent 7bb57bac
No related branches found
No related tags found
No related merge requests found
......@@ -59,13 +59,10 @@ protected:
std::string _serializationFileName;
std::vector<std::vector<std::string> > _histMassSystems;
std::vector<boost::shared_ptr<angleHistData> > _angleHistDataVec;
<<<<<<< HEAD
bool _useMassRange;
double _massMin;
double _massMax;
std::vector<unsigned int> _particleIndicesMassRange;
=======
std::vector<boost::shared_ptr<angleHistData2D> > _angleHistDataVec2D;
>>>>>>> 0cbe746e8a6627bc52676240b21a6d3d82929075
ParserBase* _theParser;
};
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