StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEmcVirtualSimulator.cxx
1 // $Id: StEmcVirtualSimulator.cxx,v 1.3 2007/09/11 21:49:14 kocolosk Exp $
2 
3 #include "StEmcVirtualSimulator.h"
4 
5 ClassImp(StEmcVirtualSimulator)
6 
8 
9 StEmcVirtualSimulator::~StEmcVirtualSimulator() { /* no-op */ }
10 
11 /*****************************************************************************
12  * $Id: StEmcVirtualSimulator.cxx,v 1.3 2007/09/11 21:49:14 kocolosk Exp $
13  * $Log: StEmcVirtualSimulator.cxx,v $
14  * Revision 1.3 2007/09/11 21:49:14 kocolosk
15  * complete overhaul of the BEMC simulator
16  * http://www.star.bnl.gov/HyperNews-star/get/emc2/2486.html
17  *
18  * Revision 1.2 2005/03/21 21:36:39 suaide
19  * fixed problem with chain
20  *
21  * Revision 1.1 2000/10/23 22:53:14 pavlinov
22  * First working C++ version
23  *****************************************************************************/