@@ -746,6 +798,11 @@ int main (int argc, char *argv[])
...
@@ -746,6 +798,11 @@ int main (int argc, char *argv[])
cal<<"# # L1 level file (processed raw data, use at your own risk or contact lago@lagoproject.org)"<<endl;
cal<<"# # L1 level file (processed raw data, use at your own risk or contact lago@lagoproject.org)"<<endl;
cal<<"# # This is a file containing the charge and peak calibration histograms"<<endl;
cal<<"# # This is a file containing the charge and peak calibration histograms"<<endl;
cal<<"# # Format is ch1 ch2 ch3 pk1 pk2 pk3"<<endl;
cal<<"# # Format is ch1 ch2 ch3 pk1 pk2 pk3"<<endl;
if(imuo&&imup)
cal<<"# # Muon search optimization was enabled (filtered by peak). There are six additional columns with ch1m ch2m ch3m pk1m pk2m pk3m using this filter"<<endl;
if(imuo&&!imup)
cal<<"# # Muon search optimization was enabled (filtered by charge). There are six additional columns with ch1m ch2m ch3m pk1m pk2m pk3m using this filter"<<endl;
if(itrg)
if(itrg)
cal<<"# # An offline trigger of "<<trg_level[0]<<" "<<trg_level[1]<<" "<<trg_level[2]<<" ADC above baseline has been used for each channel respectively."<<endl;
cal<<"# # An offline trigger of "<<trg_level[0]<<" "<<trg_level[1]<<" "<<trg_level[2]<<" ADC above baseline has been used for each channel respectively."<<endl;
if(iqtr)
if(iqtr)
...
@@ -884,14 +941,24 @@ int main (int argc, char *argv[])
...
@@ -884,14 +941,24 @@ int main (int argc, char *argv[])