StRoot
1
|
#include <StProtoJet.h>
Public Types | |
typedef std::vector< const AbstractFourVec * > | FourVecList |
Public Member Functions | |
StProtoJet (const AbstractFourVec *particle) | |
unsigned int | numberOfParticles () const |
unsigned int | size () const |
const FourVecList & | list () const |
double | d () const |
The d=et^2 of the protojet. | |
void | merge (const StProtoJet &protoJet) |
void | add (const StProtoJet &protoJet) |
void | add (const AbstractFourVec &particle) |
void | update () |
void | clear () |
double | pt () const |
double | px () const |
double | py () const |
double | pz () const |
double | phi () const |
double | eta () const |
double | e () const |
double | eT () const |
double | mass () const |
double | charge () const |
double | area () const |
void | setArea (double area) |
double | areaError () const |
void | setAreaError (double areaError) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const StProtoJet &j) |
Definition at line 20 of file StProtoJet.h.