ANLPairCombiner
class description - source file - inheritance tree
private:
void Initialize(TObjArray& stack1, TObjArray& stack2)
public:
ANLPairCombiner()
ANLPairCombiner(ANLPairCombiner& pair)
ANLPairCombiner(TObjArray& stack1, TObjArray& stack2)
virtual ~ANLPairCombiner()
static TClass* Class()
void CleanUp()
void DebugPrint(const Char_t* opt = "Brief") const
virtual TClass* IsA() const
TObject* Next()
TObject* operator()()
void Reset()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Bool_t fToDelete status flag
TObjArray* fStacks[2] pointers to 4-vector stacks to combine
TObjArray fPairs array of ANLPair's
TObjArrayIter fPair array Iterator
-------------
ANLPair Class
-------------
In this implementaion the oder does not matter.
stack1 and stack2 are Stack's of lockable.
void Initialize(TObjArray &stack1, TObjArray &stack2)
void CleanUp()
Inline Functions
ANLPairCombiner ANLPairCombiner()
ANLPairCombiner ANLPairCombiner(ANLPairCombiner& pair)
ANLPairCombiner ANLPairCombiner(TObjArray& stack1, TObjArray& stack2)
TObject* operator()()
TObject* Next()
void Reset()
void DebugPrint(const Char_t* opt = "Brief") const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
void ~ANLPairCombiner()
Last update: Tue Jan 20 15:56:10 2004
ROOT page - Home page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.