20 THaBeam( name, description )
22 AddDetector(
new THcRaster(
"raster",
"raster",
this) );
30 TIter nextDet( fDetectors );
43 if (THaBeamDet* theBeamDet=
44 static_cast<THaBeamDet*>( nextDet() )) {
45 theBeamDet->Process();
46 fPosition = theBeamDet->GetPosition();
47 fDirection = theBeamDet->GetDirection();
50 Error( Here(
"THcRasteredBeam::Reconstruct"),
51 "Beamline Detectors Missing in Detector List" );
56 while (THaBeamDet * theBeamDet=
57 static_cast<THaBeamDet*>( nextDet() )) {
58 theBeamDet->Process();
71
virtual Int_t Reconstruct()
void Error(const char *location, const char *msgfmt,...)
Apparatus for a rastered beam.
THcRasteredBeam(const char *name, const char *description)
Detector class for fast raster.
ClassImp(THcDCLookupTTDConv) THcDCLookupTTDConv