Aachen-3A / PxlAnalyzer

The PxlAnalyzer serves as the framework to run dedicated Analysis on pxlio files created by the PxlSkimmer
1 stars 0 forks source link

P4 set hardcoded in Validator #28

Closed Tesch1988 closed 8 years ago

Tesch1988 commented 8 years ago

The validator had a line where the P4 of a Particle was set to: part->setP4(part->getPx() * 1.05,part->getPy() * 1.05, part->getPz(),part->getE() * 0.95);

This line needs to be removed.

Tesch1988 commented 8 years ago

Done.