ATLAS Offline Software
Loading...
Searching...
No Matches
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}
int16_t time() const
Get the time wrt. the signal event (which has time() == 0)