29 |
|
void SetAllVertexName(const char *n) { fAllVertexName = n; } |
30 |
|
void SetVertexName(const char *n) { fVertexName = n; } |
31 |
|
void SetCheckClosestZVertex(Bool_t b) { fCheckClosestZVertex = b;} |
32 |
+ |
void SetUseAllVerteces(Bool_t b) { fUseAllVertices = b; } |
33 |
|
|
34 |
|
protected: |
35 |
|
void Process(); |
44 |
|
const VertexCol *fAllVertices; //!all vertices branches |
45 |
|
const VertexCol *fVertices; //!good vertices branches |
46 |
|
Bool_t fCheckClosestZVertex; //boolean to use the closest vertex approach |
47 |
+ |
Bool_t fUseAllVertices; //boolean to use all vertices |
48 |
|
|
49 |
|
ClassDef(SeparatePileUpMod, 1) // PFNoPU identification module |
50 |
|
}; |