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
StJetMaker
towers
StjFCS.h
1
#ifndef STJFCS_H
2
#define STJFCS_H
3
4
#include <TObject.h>
5
6
#include "StjTowerEnergyList.h"
7
8
class
StjFCS
:
public
TObject {
9
10
public
:
11
StjFCS
() {}
12
virtual
~
StjFCS
() {}
13
14
virtual
void
Init() {}
15
16
virtual
StjTowerEnergyList getEnergyList() = 0;
17
18
ClassDef(
StjFCS
, 1)
19
};
20
21
#endif //STJFCS_H
StjFCS
Definition:
StjFCS.h:8
Generated by
1.8.5