#ifndef PICKER_H #define PICKER_H #include "HKEVInfo.h" #include class Picker { public: Picker(HKEVInfo* H) : fInfo(H) { if(H==nullptr) std::cout<<" error called with null pointer"<