8#ifndef CDCTRIGGERFINDERCLONE_H
9#define CDCTRIGGERFINDERCLONE_H
11#include <framework/datastore/RelationsObject.h>
ClassDef(CDCTriggerFinderClone, 1)
Needed to make the ROOT object storable.
int iTracker
ID of the 2D tracker (0 to 3)
~CDCTriggerFinderClone()
destructor, empty because we don't allocate memory anywhere.
bool isOldTrack() const
whether this is an old track (appears to be a clone)
CDCTriggerFinderClone(bool inOldTrack, int inITracker)
constructor with arguments
CDCTriggerFinderClone()
default constructor
bool oldTrack
whether this is an old track
int getITracker() const
get ID of the 2D tracker (0 to 3)
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Abstract base class for different kinds of events.