er  dev
ERParticle.cxx
1 #include "ERParticle.h"
2 
3 ERParticle::ERParticle(const TLorentzVector& detectorState, const TLorentzVector& targetState)
4  :fDetectorState(detectorState), fTargetState(targetState)
5 {
6 }