19 run(candidates, &met, globalThreshold);
31 for (
unsigned int i = 0;
i < candidates->size(); ++
i)
34 if( !(cand.
et() > globalThreshold) )
continue;
48 met->
met =
sqrt( px*px + py*py );
50 met->
phi = atan2( -py, -px );
virtual double energy() const =0
energy
virtual double et() const =0
transverse energy
Sin< T >::type sin(const T &t)
virtual double pz() const =0
z coordinate of momentum vector
virtual double theta() const =0
momentum polar angle
Structure containing data common to all types of MET.
virtual double py() const =0
y coordinate of momentum vector
virtual double px() const =0
x coordinate of momentum vector