00001 #ifndef __SIGNALS_H__ 00002 #define __SIGNALS_H__ 00003 00010 struct Signal { 00011 std::string name; 00012 std::string title; 00013 float nexpected; 00014 float constraint; 00015 TH1* histogram; 00016 }; 00017 00018 #endif // __SIGNALS_H__ 00019