![]() |
![]() |
Classes | |
struct | Adder |
struct | Adder< edm::OwnVector< T > > |
Functions | |
template<typename C> | |
void | add (std::auto_ptr< C > &c, std::auto_ptr< reco::VertexCompositeCandidate > t) |
void reco::fitHelper::add | ( | std::auto_ptr< C > & | c, | |
std::auto_ptr< reco::VertexCompositeCandidate > | t | |||
) | [inline] |
Definition at line 73 of file ConstrainedFitCandProducer.h.
Referenced by edm::Association< C >::Filler::add(), Ig3DGridCategory::addButtons(), IgExaminerViewerCategory::addExaminerViewerTab(), IgGL2PSPrintCategory::addGL2PSOptionTab(), IgGLRenderCategory::addGLRenderTab(), IgQtApplicationCategory::addQApplicationTab(), IgSceneManagerCategory::addSceneManagerTab(), Ig3DGridCategory::addTips(), Ig3DColorControl::blueSliderChanged(), Ig3DMColorControl::blueSliderChanged(), IgControlCategory::clearBodyArea(), IgControlCategory::clearCategory(), Ig3DBaseBrowser::createViewerButtons(), Ig3DMColorControl::greenSliderChanged(), Ig3DColorControl::greenSliderChanged(), PixelForwardLayer::groupedCompatibleDetsV(), Ig2DViewPropertiesCategory::Ig2DViewPropertiesCategory(), Ig3DAnimsCategory::Ig3DAnimsCategory(), Ig3DAxisRotationControl::Ig3DAxisRotationControl(), Ig3DCameraRotControl::Ig3DCameraRotControl(), Ig3DClipsCategory::Ig3DClipsCategory(), Ig3DColorControl::Ig3DColorControl(), Ig3DFieldPlanesCategory::Ig3DFieldPlanesCategory(), Ig3DLightsCategory::Ig3DLightsCategory(), Ig3DMBoolControl::Ig3DMBoolControl(), Ig3DMColorControl::Ig3DMColorControl(), Ig3DMStringControl::Ig3DMStringControl(), Ig3DRangeControl< C1, C2, C3 >::Ig3DRangeControl(), Ig3DRangeMControl< C1, C2, C3 >::Ig3DRangeMControl(), Ig3DSlicersCategory::Ig3DSlicersCategory(), Ig3DVectorBaseControl::Ig3DVectorBaseControl(), Ig3DViewpointsCategory::Ig3DViewpointsCategory(), IgLegoViewPropertiesCategory::IgLegoViewPropertiesCategory(), IgQtAxisAlignment::IgQtAxisAlignment(), IgRPhiViewPropertiesCategory::IgRPhiViewPropertiesCategory(), IgRZViewPropertiesCategory::IgRZViewPropertiesCategory(), IgSpareViewPropertiesCategory::IgSpareViewPropertiesCategory(), IgQtRangeControlCommon::initialize(), IgSpareWindow::initToolBar(), IgRPhiWindow::initToolBar(), Ig3DWindow::initToolBar(), Ig3DBaseWindow::initToolBar(), VisEventNavigationDialog::languageChange(), IgControlCentre::languageChange(), VisProcessEventDialog::languageChange(), VisSkipEventDialog::languageChange(), IgStudioSetup::languageChange(), Ig3DVectorBaseControl::makeControl(), Ig3DNodeCategory::manipulateItem(), Ig3DMColorControl::newIndex(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::produce(), Ig3DMColorControl::redSliderChanged(), Ig3DColorControl::redSliderChanged(), Ig3DColorControl::setValue(), IgQtAppToolBarService::toolBarButton(), IgExaminerViewerCategory::updateBufferTypeHelp(), IgExaminerViewerCategory::updateInteractiveDrawStyleHelp(), IgExaminerViewerCategory::updateStillDrawStyleHelp(), IgGLRenderCategory::updateTransparencyTypeHelp(), and VisConfigEditor::VisConfigEditor().
00073 { 00074 Adder<C>::add(c, t); 00075 }