18 |
|
|
19 |
|
namespace PlottingSetup { |
20 |
|
|
21 |
< |
string directoryname="DataWithUpdatedv4_4653ipb"; |
21 |
> |
string directoryname="Results_With_4653ipb__Step1"; |
22 |
|
|
23 |
|
bool RestrictToMassPeak=true; //if you want to switch between offpeak ("false") and onpeak ("true") analysis please use this switch; the masscut below will be adapted automatically when adding samples :-) |
24 |
|
|
33 |
|
|
34 |
|
samplecollection allsamples("completesamplecollection"); |
35 |
|
samplecollection signalsamples("signalsamplecollection"); |
36 |
+ |
samplecollection systsamples("systematicssamplecollection"); |
37 |
|
samplecollection scansample("scansamplecollection"); |
38 |
|
samplecollection raresample("raresamplecollection"); |
39 |
|
int data=1; |