Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mvtxOM.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file mvtxOM.h
1 #ifndef __MVTX_OM_H__
2 #define __MVTX_OM_H__
3 
4 #include <pmonitor/pmonitor.h> // Added by X. He following Martin's trick
5 #include <Event/Event.h>
6 #include <Event/EventTypes.h>
7 
8 int process_event (Event *e); //++CINT
9 int process_histos(float thresh = 10);
10 int mask_pixels(float thresh = 5);
11 int analysis();
12 int OM();
13 int print_canvas();
14 int print_status();
15 void reset_histos();
16 void set_verbose(int v);
17 void set_refresh(int r);
18 void get_alignment();
19 
20 #endif /* __MVTX_OM_H__ */