]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/TPCsim/AliTPCGen.h
TPC module
[u/mrichter/AliRoot.git] / TPC / TPCsim / AliTPCGen.h
CommitLineData
566637aa 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$ */
6typedef struct {
7 Float_t fpot;
8 Float_t eend;
9 Float_t eexpo;
10}Gas; // to communicate with gfluct
11#endif