Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:20:43

0001 #ifndef __MVTX_OM_H__
0002 #define __MVTX_OM_H__
0003 
0004 #include <pmonitor/pmonitor.h>   // Added by X. He following Martin's trick
0005 #include <Event/Event.h>
0006 #include <Event/EventTypes.h>
0007 
0008 int process_event (Event *e); //++CINT
0009 int process_histos(float thresh = 10);
0010 int mask_pixels(float thresh = 5);
0011 int analysis();
0012 int OM();
0013 int print_canvas();
0014 int print_status();
0015 void reset_histos();
0016 void set_verbose(int v);
0017 void set_refresh(int r);
0018 void get_alignment();
0019 
0020 #endif /* __MVTX_OM_H__ */