Skip to content
Snippets Groups Projects
Commit 51ada0d4 authored by Greg's avatar Greg
Browse files

No longer save (internal) map in root tree for TNT physics class

parent bfb3a06a
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class TTNTPhysics : public TObject, public NPL::VDetector {
vector<double> Phi;
vector<double> Theta_Lab;
// Template map<DetectorNumber, <Pos[0], Pos[1], Pos[2]>>
map<int, vector<double>> DetectorInfo;
map<int, vector<double>> DetectorInfo; //!
/// A usefull method to bundle all operation to add a detector
void AddDetector(TVector3 POS, string shape);
......
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