Skip to content
Snippets Groups Projects
Commit f26d1d0d authored by hallc-online's avatar hallc-online Committed by Mark K Jones
Browse files

Modify THcHodoscope

Elminiate "void" in THcHodoscope::EstimateFocalPlaneTime( void )
parent 142d35a9
No related branches found
No related tags found
No related merge requests found
......@@ -646,7 +646,7 @@ Int_t THcHodoscope::Decode( const THaEvData& evdata )
Int_t nexthit = 0;
fNfptimes=0;
Int_t thits=0;
Int_t thits = 0;
for(Int_t ip=0;ip<fNPlanes;ip++) {
fPlaneCenter[ip] = fPlanes[ip]->GetPosCenter(0) + fPlanes[ip]->GetPosOffset();
......@@ -676,7 +676,7 @@ Int_t THcHodoscope::Decode( const THaEvData& evdata )
}
//_____________________________________________________________________________
void THcHodoscope::EstimateFocalPlaneTime( void )
void THcHodoscope::EstimateFocalPlaneTime()
{
/*! \brief Calculates the Drift Chamber start time and fBetaNoTrk (velocity determined without track info)
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment