--- UserCode/L1RpcTriggerAnalysis/interface/L1Obj.h 2010/06/13 17:27:01 1.2 +++ UserCode/L1RpcTriggerAnalysis/interface/L1Obj.h 2011/11/28 18:31:03 1.3 @@ -1,6 +1,7 @@ #ifndef L1Obj_H #define L1Obj_H #include "TObject.h" +#include struct L1Obj : public TObject { @@ -9,6 +10,8 @@ struct L1Obj : public TObject { bool isValid() { return q >= 0;} + void print() const {std::cout<<"L1Obj pt: "<