StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StFpdMicroCollection.cxx
1 //###########################################################
2 // EMC Micro Event
3 // Author: Alexandre A. P. Suaide
4 // initial version 08/2001
5 //
6 // See README for details
7 //###########################################################
8 #include "StFpdMicroCollection.h"
9 
10 ClassImp(StFpdMicroCollection)
11 
13 {
14  mToken = 0;
15  mAdcNorth = 0;
16  mAdcSouth = 0;
17  mAdcTop = 0;
18  mAdcBottom = 0;
19  mAdcPS1 = 0;
20  mAdcPS2 = 0;
21  mAdcSmdX = 0;
22  mAdcSmdY = 0;
23 
24 }
25 StFpdMicroCollection::~StFpdMicroCollection()
26 {
27 }