Skip to content

Commit 7011579

Browse files
committed
added comments
1 parent 665301e commit 7011579

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CRVReco/src/CrvTimeOffsets_module.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ namespace mu2e
145145
{
146146
c->cd(_pad);
147147
_h->Draw();
148-
float mean=_h->GetMean();
149-
if(_h->Integral(1,300)<25)
148+
float mean=_h->GetMean(); //TODO: get the mean from a Gaussian fit (where possible)
149+
if(_h->Integral(1,300)<25) //TODO: use a better cutoff
150150
{
151151
std::cerr<<"Couldn't find the mean for histogram "<<_h->GetName()<<"."<<std::endl;
152152
}

0 commit comments

Comments
 (0)