Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

PisaDevice.C

Go to the documentation of this file.
00001 #include "PisaDevice.h"
00002 
00003 #include "TGeoManager.h"
00004 
00005 //_____________________________________________________________________________
00006 PisaDevice::~PisaDevice()
00007 {
00008 }
00009 
00010 //_____________________________________________________________________________
00011 void
00012 PisaDevice::beginEvent(PHCompositeNode*)
00013 {
00014   // no op by default for a device.
00015 }
00016 
00017 //_____________________________________________________________________________
00018 void
00019 PisaDevice::finishEvent(PHCompositeNode*)
00020 {
00021   // no op by default for a device.
00022 }
00023 
00024 //_____________________________________________________________________________
00025 bool
00026 PisaDevice::isSensitive() const
00027 {
00028   // Not a sensitive device by default.
00029   return false;
00030 }
00031 
00032 //_____________________________________________________________________________
00033 void
00034 PisaDevice::stepManager()
00035 {
00036   // no op. by default.
00037 }