Skip to content

Commit

Permalink
added printout to test
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn authored and ktf committed Jan 24, 2014
1 parent 17932b1 commit d6f8b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CondFormats/Calibration/interface/Efficiency.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include<cmath>
#include<iostream>

namespace condex {

Expand All @@ -19,7 +20,7 @@ namespace condex {
public:
Efficiency(){}
virtual ~Efficiency(){}
virtual void initialize(){}
virtual void initialize(){ std::cout << "initializing base class Efficiency" <<std::endl;}
float operator()(float pt, float eta) const {
return value(pt,eta);
}
Expand Down

0 comments on commit d6f8b32

Please sign in to comment.