Skip to content
Snippets Groups Projects
Commit 482654c1 authored by sanghwapark's avatar sanghwapark Committed by Mark K Jones
Browse files

remove scaler event with evNumber<-1

parent a4afb13f
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,10 @@ int ScalerCalib::Run()
PrintContainer(bcm17);
}
outfile << "\n" << "\n";
outfile << "scal_read_event = ";
PrintContainer(evnum);
// outfile.close();
return 0;
......@@ -166,6 +170,8 @@ int ScalerCalib::FillContainer()
{
T->GetEntry(ientry);
if(evnumber < 0) continue;
evnum.push_back(evnumber);
bcm1.push_back(bcm1_current);
bcm2.push_back(bcm2_current);
......
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