#ifndef ALITPCGEN_H #define ALITPCGEN_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ typedef struct { Float_t fpot; Float_t eend; Float_t eexpo; }Gas; // to communicate with gfluct #endif