ATLAS Offline Software
Classes | Functions
CaloCell.h File Reference
#include "EventKernel/INavigable4Momentum.h"
#include "Navigation/NavigableTerminalNode.h"
#include "Identifier/Identifier.h"
#include "CaloIdentifier/CaloGain.h"
#include "FourMom/P4EEtaPhiMBase.h"
#include <math.h>
#include <iostream>
#include <functional>
#include <memory>
#include "CaloDetDescr/CaloDetDescrElement.h"
#include "GeoPrimitives/GeoPrimitives.h"

Go to the source code of this file.

Classes

class  CaloCell
 Data object for each calorimeter readout cell. More...
 
struct  CaloCellIDFcn
 A functional to get the ID from a CaloCell pointer. More...
 

Functions

std::size_t navigationHash (const CaloCell *p)
 

Function Documentation

◆ navigationHash()

std::size_t navigationHash ( const CaloCell p)
inline

Definition at line 299 of file CaloCell.h.

300 {
301  return p->ID().get_identifier32().get_compact();
302 }
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743