Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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__ */
prototype
blob
master
online
mvtx2019_pmon
mvtxOM.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration