Skip to content

Commit

Permalink
Restore GetCVS() function (#322)
Browse files Browse the repository at this point in the history
Limited, but non-zero usefulness acknowledged.
  • Loading branch information
genevb authored Mar 10, 2022
1 parent f8ccc32 commit df11877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StRoot/StTriggerUtilities/StTriggerSimuMaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ class StTriggerSimuMaker : public StMaker {
void useOfflineDB() { mUseOfflineDB = 1; }


//virtual const char *GetCVS() const
//{static const char cvs[]="Tag $Name: $ $Id: StTriggerSimuMaker.h,v 1.35 2020/04/12 03:56:25 zchang Exp $ built "__DATE__" "__TIME__ ; return cvs;}
virtual const char *GetCVS() const
{static const char cvs[]="Tag $Name: $ $Id: StTriggerSimuMaker.h $ built " __DATE__ " " __TIME__ ; return cvs;}

ClassDef(StTriggerSimuMaker,0)
};
Expand Down

0 comments on commit df11877

Please # to comment.