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
StEmcRawMaker
StEEmcPrint.h
1
// Author: Wei-Ming Zhang
2
// $Id: StEEmcPrint.h,v 1.1 2006/12/12 20:29:17 balewski Exp $
3
//
4
5
#ifndef STAR_StEEmcPrint
6
#define STAR_StEEmcPrint
7
#include <TObject.h>
8
9
class
StEmcCollection
;
10
11
class
StEEmcPrint
{
12
13
public
:
14
Int_t mPrint;
15
StEEmcPrint
();
16
virtual
~
StEEmcPrint
();
17
void
setMode(Int_t mode) {mPrint = mode;}
//bits: 1:Tower, 2:Pre, 4:SmdU, 8:SmdV , 15:all
18
19
void
print(
StEmcCollection
* emcCol);
20
void
printChange(
StEmcCollection
* ecolA,
StEmcCollection
* ecolB,
char
*comm);
21
ClassDef(
StEEmcPrint
,1);
22
};
23
24
#endif
25
StEmcCollection
Definition:
StEmcCollection.h:45
StEEmcPrint::StEEmcPrint
StEEmcPrint()
print mode
Definition:
StEEmcPrint.cxx:14
StEEmcPrint
Definition:
StEEmcPrint.h:11
Generated by
1.8.5