CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
EgammaPCAHelper.cc File Reference
#include "RecoEgamma/EgammaTools/interface/EgammaPCAHelper.h"
#include "DataFormats/HGCRecHit/interface/HGCRecHit.h"
#include "DataFormats/Math/interface/deltaPhi.h"
#include "DataFormats/ForwardDetId/interface/HGCalDetId.h"
#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <algorithm>
#include <iostream>
#include <memory>

Go to the source code of this file.

Functions

 pca_ (new TPrincipal(3,"D"))
 

Function Documentation

pca_ ( new   TPrincipal3,"D")

Definition at line 22 of file EgammaPCAHelper.cc.

References debug_.

22  {
23  hitMap_ = nullptr;
24  debug_ = false;
25 }