CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Public Attributes
reco::PFRecHit::Neighbours Struct Reference

#include <PFRecHit.h>

Public Types

using Pointer = unsigned int const *
 

Public Member Functions

Pointer begin () const
 
Pointer end () const
 
 Neighbours ()
 
 Neighbours (Pointer ib, unsigned int n)
 
unsigned int size () const
 

Public Attributes

Pointer b
 
Pointer e
 

Detailed Description

Definition at line 40 of file PFRecHit.h.

Member Typedef Documentation

using reco::PFRecHit::Neighbours::Pointer = unsigned int const *

Definition at line 41 of file PFRecHit.h.

Constructor & Destructor Documentation

reco::PFRecHit::Neighbours::Neighbours ( )
inline

Definition at line 42 of file PFRecHit.h.

Referenced by reco::PFRecHit::buildNeighbours().

42 {}
reco::PFRecHit::Neighbours::Neighbours ( Pointer  ib,
unsigned int  n 
)
inline

Definition at line 43 of file PFRecHit.h.

43 : b(ib), e(ib+n){}
ib
Definition: cuy.py:660

Member Function Documentation

Pointer reco::PFRecHit::Neighbours::begin ( void  ) const
inline

Definition at line 45 of file PFRecHit.h.

References b.

45 {return b;}
Pointer reco::PFRecHit::Neighbours::end ( void  ) const
inline

Definition at line 46 of file PFRecHit.h.

References e.

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

46 {return e;}
unsigned int reco::PFRecHit::Neighbours::size ( void  ) const
inline

Definition at line 47 of file PFRecHit.h.

References b.

Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().

47 { return e-b;}

Member Data Documentation

Pointer reco::PFRecHit::Neighbours::b

Definition at line 44 of file PFRecHit.h.

Referenced by begin(), and size().

Pointer reco::PFRecHit::Neighbours::e

Definition at line 44 of file PFRecHit.h.

Referenced by end().