#include "Fox.h"
#include <iostream>
#include <cmath>
#include <vector>
#include <algorithm>
#include <sstream>
#include "IMPL/LCEventImpl.h"
#include "IMPL/LCCollectionVec.h"
#include "IMPL/SimCalorimeterHitImpl.h"
#include "IMPL/CalorimeterHitImpl.h"
#include "IMPL/MCParticleImpl.h"
#include "IMPL/TrackerHitImpl.h"
#include "IMPL/TrackImpl.h"
#include "IMPL/ClusterImpl.h"
#include "IMPL/ReconstructedParticleImpl.h"
#include "IMPL/ParticleIDImpl.h"
#include "IMPL/LCFlagImpl.h"
#include "MCTree.h"
#include "IMPL/LCRelationImpl.h"
#include <EVENT/LCCollection.h>
#include <EVENT/ReconstructedParticle.h>
Go to the source code of this file.
|
vector< double > | legendre_recursive (const double &x, const int &n, const vector< int > moments) |
|
vector< double > legendre_recursive |
( |
const double & |
x, |
|
|
const int & |
n, |
|
|
const vector< int > |
moments |
|
) |
| |