00001 // -*- mode: c++;-*- 00002 // $Id: StjMCNull.h,v 1.1 2008/11/27 07:40:00 tai Exp $ 00003 // Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov> 00004 #ifndef STJMCNULL_H 00005 #define STJMCNULL_H 00006 00007 #include "StjMC.h" 00008 00009 class StjMCNull : public StjMC { 00010 00011 public: 00012 StjMCNull() { } 00013 virtual ~StjMCNull() { } 00014 00015 void Init() { } 00016 00017 StjMCParticleList getMCPartilceList() { return StjMCParticleList(); } 00018 00019 ClassDef(StjMCNull, 1) 00020 00021 }; 00022 00023 #endif // STJMCNULL_H
1.5.9