+ // N.B. fScaleFactor also needs to be set dependent on the distribution. The EnuQE and EnuTrue distributions flux integrate in the Enu dimension and flux average in the Q2 dimension
// 2016 analysis just asks for 1pi0 and no other charged tracks. Half-open to interpretation: we go with "charged tracks" meaning pions. You'll be forgiven for thinking proton tracks should be included here too but we checked with MINERvA
+ // Heidi Schellman (schellmh@science.oregonstate.edu) assured me that the p_t and p_z (or p_||) cuts aren't actually implemented as a signal definition: they're only implemented in the binning for p_t and p_z (but not Q2QE and EnuQE)
+ /*
+ // Cut on pT and pZ
+ Double_t px = pmu.X()/1.E3;
+ Double_t py = pmu.Y()/1.E3;
+ Double_t pt = sqrt(px*px+py*py);
+
+ // Don't want to assume the event generators all have neutrino coming along z
+ // pz is muon momentum projected onto the neutrino direction