Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:50:30

0001 #include "DataFormats/L1TrackTrigger/interface/TTTrack.h"
0002 #include "FWCore/MessageLogger/interface/MessageLogger.h"
0003 
0004 void tttrack::errorSetTrackWordBits(unsigned int theNumFitPars) {
0005   edm::LogError("TTTrack") << " setTrackWordBits method is called with theNumFitPars_=" << theNumFitPars
0006                            << " only possible values are 4/5" << std::endl;
0007 }