00001 00002 // $Id: ScintHitToDigiPE.cxx,v 1.35 2006/12/01 20:12:11 rhatcher Exp $ 00003 // 00004 // FILL_IN: [Document your code!!] 00005 // 00006 // n.tagg1@physics.ox.ac.uk 00008 #include "ScintHitToDigiPE.h" 00009 #include "JobControl/JobCModuleRegistry.h" 00010 00011 #include "MessageService/MsgService.h" 00012 00013 JOBMODULE(ScintHitToDigiPE, "ScintHitToDigiPE", 00014 "Photon transport from energy deposition to photoelectroncs"); 00015 00016 CVSID( " $Id: ScintHitToDigiPE.cxx,v 1.35 2006/12/01 20:12:11 rhatcher Exp $" ); 00017 00018 ScintHitToDigiPE::ScintHitToDigiPE() 00019 { 00020 MSG("PhotonTransport",Msg::kError) << "The module name \"ScintHitToDigiPE\"" 00021 << "is now \"PhotonTransport\". Please modify your script accordingly." 00022 << std::endl; 00023 } 00024 00025 ScintHitToDigiPE::~ScintHitToDigiPE() 00026 { 00027 MSG("PhotonTransport",Msg::kError) << "The module name \"ScintHitToDigiPE\"" 00028 << "is now \"PhotonTransport\". Please modify your script accordingly." 00029 << std::endl; 00030 }
1.3.9.1