ATLAS Offline Software
Functions
PileUpToolsAlg.cxx File Reference
#include "PileUpToolsAlg.h"
#include <algorithm>
Include dependency graph for PileUpToolsAlg.cxx:

Go to the source code of this file.

Functions

bool differentBunchXing (xAOD::EventInfo::SubEvent i, xAOD::EventInfo::SubEvent j)
 

Function Documentation

◆ differentBunchXing()

bool differentBunchXing ( xAOD::EventInfo::SubEvent  i,
xAOD::EventInfo::SubEvent  j 
)

Definition at line 30 of file PileUpToolsAlg.cxx.

31 {
32  return (i.time()!=j.time());
33 }
xAOD::EventInfo_v1::SubEvent::time
int16_t time() const
Get the time wrt. the signal event (which has time() == 0)
Definition: EventInfo_v1.cxx:450
lumiFormat.i
int i
Definition: lumiFormat.py:92