StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StEventCompendiumMaker
StEventCompendiumMaker.h
1
25
#ifndef STAR_StEventCompendiumMaker
26
#define STAR_StEventCompendiumMaker
27
28
#ifndef StMaker_H
29
#include "StMaker.h"
30
#endif
31
class
StEvent
;
32
class
StEventCompendiumMaker
:
public
StMaker
{
33
public
:
34
StEventCompendiumMaker
(
const
char
*name=
"StEventCompendiumMaker"
):
StMaker
(name) {}
35
virtual
~
StEventCompendiumMaker
() {}
36
Int_t
Make
();
37
virtual
const
char
*GetCVS()
const
{
38
static
const
char
cvs[]=
"Tag $Name: $ $Id: StEventCompendiumMaker.h,v 1.4 2018/09/28 20:17:35 fisyak Exp $ built "
__DATE__
" "
__TIME__ ;
39
return
cvs;
40
}
41
private
:
42
void
fillEventSummary(
StEvent
* e);
43
ClassDef(
StEventCompendiumMaker
,0)
44
};
45
#endif
StEvent
Definition:
StEvent.h:232
StMaker
Definition:
StMaker.h:57
StMaker::StMaker
StMaker(const char *name="", const char *dummy=0)
Constructor & Destructor.
Definition:
StMaker.cxx:188
StEventCompendiumMaker
Class for Making a Compendium of the information in StEvent.
Definition:
StEventCompendiumMaker.h:32
StEventCompendiumMaker::Make
Int_t Make()
Definition:
StEventCompendiumMaker.cxx:22
Generated by
1.8.5