]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/Sim/AliTPCGen.h
Removing printout (Davide)
[u/mrichter/AliRoot.git] / TPC / Sim / AliTPCGen.h
1 #ifndef ALITPCGEN_H
2 #define ALITPCGEN_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5 /* $Id$ */
6 typedef struct {
7     Float_t fpot;
8     Float_t eend;
9     Float_t eexpo;
10 }Gas; // to communicate with gfluct
11 #endif