Skip to content
Snippets Groups Projects
Commit 3118b2cc authored by matta's avatar matta
Browse files

* Removing debug cout in NPReaction

parent 84ea00e4
No related branches found
No related tags found
No related merge requests found
...@@ -306,7 +306,6 @@ void Reaction::ReadConfigurationFile(string Path){ ...@@ -306,7 +306,6 @@ void Reaction::ReadConfigurationFile(string Path){
ReactionFile >> FileName >> HistName; ReactionFile >> FileName >> HistName;
if(fVerboseLevel==1) cout << "Reading Cross Section file: " << FileName << endl; if(fVerboseLevel==1) cout << "Reading Cross Section file: " << FileName << endl;
SetCrossSectionHist( Read1DProfile(FileName, HistName )); SetCrossSectionHist( Read1DProfile(FileName, HistName ));
cout << "cccc " << fCrossSectionHist->GetNbinsX() << endl;
} }
else if (DataBuffer.compare(0, 17, "HalfOpenAngleMin=") == 0) { else if (DataBuffer.compare(0, 17, "HalfOpenAngleMin=") == 0) {
......
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