82 void SetAuthor(std::string name) { fAuthor = name; }
92 virtual void Print(Option_t * option =
"")
const;
93 virtual void Clear(Option_t * option =
"");
102 std::string fProject;
104 std::string fMilestone;
Int_t GetMilestoneID() const
Returns Milestone ID.
std::string GetAuthor() const
Returns author.
Int_t fAuthorID
Author id.
Int_t GetAuthorID() const
Returns author id.
void SetAuthor(std::string name)
void SetState(std::string t)
Int_t GetProjectID() const
Returns Project ID.
virtual void Print(Option_t *option="") const
Int_t fMilestoneID
! Project name
Track(const Track &)
! Milestone name
Int_t fProjectID
! Author name
virtual void Clear(Option_t *option="")
Track & operator=(const Track &)
not implemented
std::string GetMilestone() const
Returns Milestone.
void SetProjectID(Int_t id)
void SetAuthorID(Int_t id)
void SetProject(std::string name)
std::string GetProject() const
Returns Project.
void SetMilestoneID(Int_t id)
std::string GetState() const
Returns state.
std::string fState
State of track.
void SetMilestone(std::string name)