CMS 3D CMS Logo

reco::JetCrystalsAssociation Struct Reference

#include <DataFormats/BTauReco/interface/JetCrystalsAssociation.h>

List of all members.

Public Types

typedef std::pair
< edm::RefToBase< Jet >,
EMLorentzVectorRefVector
base_class

Public Member Functions

 JetCrystalsAssociation (const JetCrystalsAssociation &_pair)
 JetCrystalsAssociation (const base_class &_pair)
 JetCrystalsAssociation (const base_class::first_type &first, const base_class::second_type &second)
 JetCrystalsAssociation ()


Detailed Description

Definition at line 26 of file JetCrystalsAssociation.h.


Member Typedef Documentation

typedef std::pair<edm::RefToBase<Jet>, EMLorentzVectorRefVector> reco::JetCrystalsAssociation::base_class

Definition at line 29 of file JetCrystalsAssociation.h.


Constructor & Destructor Documentation

reco::JetCrystalsAssociation::JetCrystalsAssociation (  )  [inline]

Definition at line 31 of file JetCrystalsAssociation.h.

00031                              :
00032       base_class() { }

reco::JetCrystalsAssociation::JetCrystalsAssociation ( const base_class::first_type &  first,
const base_class::second_type &  second 
) [inline]

Definition at line 34 of file JetCrystalsAssociation.h.

00034                                                                                                      :
00035      base_class(first, second) { }

reco::JetCrystalsAssociation::JetCrystalsAssociation ( const base_class _pair  )  [inline]

Definition at line 37 of file JetCrystalsAssociation.h.

00037                                                      :
00038       base_class(_pair) { }

reco::JetCrystalsAssociation::JetCrystalsAssociation ( const JetCrystalsAssociation _pair  )  [inline]

Definition at line 40 of file JetCrystalsAssociation.h.

00040                                                                  :
00041       base_class(_pair) { }
  };


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:51:14 2009 for CMSSW by  doxygen 1.5.4