16 Algorithm(name, pSvcLocator)
19 declareProperty(
"EMinOfBarrel", _pi0_cut.MinEnergyOfBarrelPhoton = 0.025);
20 declareProperty(
"EMinOfEndcap", _pi0_cut.MinEnergyOfEndcapPhoton = 0.045);
21 declareProperty(
"Angle", _pi0_cut.MinAngle = 20);
22 declareProperty(
"TimeLimit", _pi0_cut.TimeLimit = 20);
24 declareProperty(
"Pi0MinMass", _pi0_cut.MinMass = 0.10);
25 declareProperty(
"Pi0MaxMass", _pi0_cut.MaxMass = 0.18);
26 declareProperty(
"ChisqCut", _pi0_cut.Chisq = 50.0);