Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-05-29 04:20:19

0001 #include "CondFormats/PhysicsToolsObjects/interface/DeDxCalibration.h"
0002 DeDxCalibration::DeDxCalibration() {
0003   thr_.reserve(5);
0004   alpha_.reserve(5);
0005   sigma_.reserve(5);
0006 }