ANNIEsoft / ToolAnalysis

Other
10 stars 53 forks source link

Bugfix for LoadRawData tool #301

Open S81D opened 1 week ago

S81D commented 1 week ago

If the number of MRD entries exceeds the number of tank entries when loading in the raw data, the tool (and resulting toolchain) stops. Not sure why the condition exists, but when we are trying to build events without the Tank (MRD efficiency analysis for example) we don't expect any Tank entries so this condition shouldn't apply.

There is an exception for building MRD-only events (BuildType = MRD) however this should be expanded to also include BuildType = MRDAndCTC if we are interested in the MRD + CTC event pairing.