repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
null
GraphOptim-main/3rd_party/Graclus/metisLib/compress.c
/* * Copyright 1997, Regents of the University of Minnesota * * compress.c * * This file contains code for compressing nodes with identical adjacency * structure and for prunning dense columns * * Started 9/17/97 * George * * $Id: compress.c,v 1.1 1998/11/27 17:59:12 karypis Exp $ */ #include "metis.h" /*...
7,282
27.338521
125
c
null
GraphOptim-main/3rd_party/Graclus/metisLib/struct.h
/* * Copyright 1997, Regents of the University of Minnesota * * struct.h * * This file contains data structures for ILU routines. * * Started 9/26/95 * George * * $Id: struct.h,v 1.1 1998/11/27 17:59:31 karypis Exp $ */ /* Undefine the following #define in order to use short int as the idxtype */ /* Indexe...
8,077
30.069231
99
h
null
GraphOptim-main/3rd_party/Graclus/metisLib/stat.c
/* * Copyright 1997, Regents of the University of Minnesota * * stat.c * * This file computes various statistics * * Started 7/25/97 * George * * $Id: stat.c,v 1.1 1998/11/27 17:59:31 karypis Exp $ * */ #include "metis.h" /************************************************************************* * This f...
9,499
31.986111
117
c
null
GraphOptim-main/3rd_party/Graclus/metisLib/srefine.c
/* * Copyright 1997, Regents of the University of Minnesota * * srefine.c * * This file contains code for the separator refinement algortihms * * Started 8/1/97 * George * * $Id: srefine.c,v 1.1 1998/11/27 17:59:30 karypis Exp $ * */ #include "metis.h" /***************************************************...
4,758
26.994118
125
c
null
GraphOptim-main/3rd_party/Graclus/metisLib/pmetis.c
/* * Copyright 1997, Regents of the University of Minnesota * * pmetis.c * * This file contains the top level routines for the multilevel recursive * bisection algorithm PMETIS. * * Started 7/24/97 * George * * $Id: pmetis.c,v 1.1 1998/11/27 17:59:28 karypis Exp $ * */ #include "metis.h" /**************...
10,458
29.581871
131
c
null
GraphOptim-main/3rd_party/Graclus/metisLib/mesh.c
/* * Copyright 1997, Regents of the University of Minnesota * * mesh.c * * This file contains routines for converting 3D and 4D finite element * meshes into dual or nodal graphs * * Started 8/18/97 * George * * $Id: mesh.c,v 1.1 1998/11/27 17:59:20 karypis Exp $ * */ #include "metis.h" /*****************...
10,625
25.631579
103
c
null
GraphOptim-main/3rd_party/Graclus/metisLib/mfm2.c
/* * Copyright 1997, Regents of the University of Minnesota * * mfm2.c * * This file contains code that implements the edge-based FM refinement * * Started 7/23/97 * George * * $Id: mfm2.c,v 1.2 1998/11/30 14:50:44 karypis Exp $ */ #include "metis.h" /******************************************************...
10,810
29.888571
122
c
null
GraphOptim-main/3rd_party/Graclus/metisLib/kwayvolrefine.c
/* * Copyright 1997, Regents of the University of Minnesota * * kwayvolrefine.c * * This file contains the driving routines for multilevel k-way refinement * * Started 7/28/97 * George * * $Id: kwayvolrefine.c,v 1.2 1998/11/30 16:13:57 karypis Exp $ */ #include "metis.h" /*********************************...
13,909
29.173536
133
c
null
GraphOptim-main/3rd_party/Graclus/metisLib/refine.c
/* * Copyright 1997, Regents of the University of Minnesota * * refine.c * * This file contains the driving routines for multilevel refinement * * Started 7/24/97 * George * * $Id: refine.c,v 1.1 1998/11/27 17:59:29 karypis Exp $ */ #include "metis.h" /*****************************************************...
5,440
25.541463
99
c
null
GraphOptim-main/src/solver/riemannian_staircase.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
5,108
31.96129
81
h
null
GraphOptim-main/src/solver/solver_options.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,264
29.231481
81
h
null
GraphOptim-main/src/solver/summary.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
2,965
34.73494
81
h
null
GraphOptim-main/src/solver/sdp_solver.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,369
29.636364
81
h
null
GraphOptim-main/src/solver/l1_solver.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
9,988
40.27686
81
h
null
GraphOptim-main/src/solver/rank_restricted_sdp_solver.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
4,422
37.798246
81
h
null
GraphOptim-main/src/solver/rbr_sdp_solver.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,633
39.831461
92
h
null
GraphOptim-main/src/solver/constrained_l1_solver.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
6,265
42.513889
81
h
null
GraphOptim-main/src/solver/bcm_sdp_solver.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
4,057
38.398058
81
h
null
GraphOptim-main/src/rotation_averaging/lagrange_dual_rotation_estimator.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
4,416
35.204918
82
h
null
GraphOptim-main/src/rotation_averaging/l1_rotation_global_estimator.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
4,184
36.366071
81
h
null
GraphOptim-main/src/rotation_averaging/irls_rotation_local_refiner.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
4,359
35.333333
82
h
null
GraphOptim-main/src/rotation_averaging/robust_l1l2_rotation_estimator.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,407
38.627907
81
h
null
GraphOptim-main/src/rotation_averaging/hybrid_rotation_estimator.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,419
38.310345
81
h
null
GraphOptim-main/src/rotation_averaging/rotation_estimator.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
5,755
39.251748
81
h
null
GraphOptim-main/src/rotation_averaging/internal/rotation_estimator_util.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
4,725
39.741379
81
h
null
GraphOptim-main/src/translation_averaging/lud_position_estimator.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
5,185
42.579832
81
h
null
GraphOptim-main/src/translation_averaging/position_estimator.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
5,839
39
81
h
null
GraphOptim-main/src/translation_averaging/linear_position_estimator.h
#ifndef TRANSLATION_AVERAGING_H_ #define TRANSLATION_AVERAGING_H_ #include <unordered_map> #include <vector> #include <Eigen/Core> #include "geometry/track_builder.h" #include "translation_averaging/position_estimator.h" namespace gopt { class LinearPositionEstimator : public PositionEstimator { public: LinearP...
1,783
30.298246
77
h
null
GraphOptim-main/src/test/view_graph_generator.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
5,544
35.006494
88
h
null
GraphOptim-main/src/geometry/align_point_clouds.h
#ifndef GEOMETRY_ALIGN_POINT_CLOUDS_H_ #define GEOMETRY_ALIGN_POINT_CLOUDS_H_ #include <vector> #include <Eigen/Core> namespace gopt { // Computes the orientation, position, and scale factor for the transformation // between two corresponding 3D point sets A and B such as they are related by: // // B = s * R * A...
1,276
35.485714
79
h
null
GraphOptim-main/src/geometry/track_builder.h
#ifndef GEOMETRY_TRACK_BUILDER_H_ #define GEOMETRY_TRACK_BUILDER_H_ #include <vector> #include <unordered_map> #include "utils/types.h" namespace gopt { // Track class stores all observations of a 3D point. struct TrackElement { TrackElement() : image_id(kInvalidImageId), point2D_idx(kInvalidPoint2DIdx) {} ...
1,976
29.415385
80
h
null
GraphOptim-main/src/geometry/rotation.h
// Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // list of conditions and the ...
2,442
44.240741
81
h
null
GraphOptim-main/src/geometry/rotation_utils.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
6,236
40.032895
81
h
null
GraphOptim-main/src/graph/node.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,146
28.411215
81
h
null
GraphOptim-main/src/graph/union_find.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
2,564
34.625
81
h
null
GraphOptim-main/src/graph/view_graph.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,698
34.912621
81
h
null
GraphOptim-main/src/graph/color_gradient.h
// This file is part of OpenMVG, an Open Multiple View Geometry C++ library. // Copyright (c) 2012, 2013 Pierre MOULON. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2....
5,122
35.333333
81
h
null
GraphOptim-main/src/graph/edge.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
3,474
27.483607
81
h
null
GraphOptim-main/src/graph/graph_cut.h
// Copyright (c) 2018, ETH Zurich and UNC Chapel Hill. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notic...
3,837
45.240964
81
h
null
GraphOptim-main/src/graph/svg_drawer.h
// This file is part of OpenMVG, an Open Multiple View Geometry C++ library. // Copyright (c) 2012, 2013 Pierre MOULON. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2....
10,245
32.374593
81
h
null
GraphOptim-main/src/graph/graph.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
4,939
33.788732
81
h
null
GraphOptim-main/src/utils/timer.h
// Copyright (c) 2018, ETH Zurich and UNC Chapel Hill. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notic...
3,919
39
81
h
null
GraphOptim-main/src/utils/progressbar.h
// The MIT License (MIT) // // Copyright (c) 2019 Luigi Pertoldi // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, ...
6,007
28.307317
89
h
null
GraphOptim-main/src/utils/threading.h
// Copyright (c) 2022, ETH Zurich and UNC Chapel Hill. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notic...
13,679
29.265487
81
h
null
GraphOptim-main/src/utils/types.h
// Copyright (c) 2018, ETH Zurich and UNC Chapel Hill. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notic...
7,065
37.194595
81
h
null
GraphOptim-main/src/utils/util.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
5,065
40.867769
81
h
null
GraphOptim-main/src/utils/random.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
5,985
40.282759
85
h
null
GraphOptim-main/src/utils/alignment.h
// This file is part of OpenMVG, an Open Multiple View Geometry C++ library. // Copyright (c) 2012, 2013 Pierre MOULON. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2....
6,011
51.736842
81
h
null
GraphOptim-main/src/utils/map_util.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
9,367
40.821429
81
h
null
GraphOptim-main/src/utils/hash.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
4,654
40.19469
81
h
null
GraphOptim-main/src/math/distribution.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
5,511
38.092199
81
h
null
GraphOptim-main/src/math/matrix_square_root.h
// BSD 3-Clause License // Copyright (c) 2021, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
1,942
40.340426
81
h
null
GraphOptim-main/src/math/sparse_cholesky_llt.h
// Copyright (C) 2014 The Regents of the University of California (Regents). // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above...
5,781
43.476923
81
h
null
GraphOptim-main/applications/global_mapper.h
// BSD 3-Clause License // Copyright (c) 2022, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
7,545
37.697436
85
h
null
GraphOptim-main/applications/utils.h
// BSD 3-Clause License // Copyright (c) 2022, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
1,943
38.673469
81
h
null
GraphOptim-main/applications/global_mapper_controller.h
// BSD 3-Clause License // Copyright (c) 2022, Chenyu // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright notice, this // li...
5,098
34.165517
81
h
marlin
marlin-master/inc/marlin.h
/*********************************************************************** Marlin: A Fast Entropy Codec MIT License Copyright (c) 2017 Manuel Martinez Torres Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in th...
3,947
31.628099
114
h
pyFormex
pyFormex-master/pyformex/extra/postabq/postabq.c
/* $Id$ */ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex...
11,766
25.033186
118
c
pyFormex
pyFormex-master/pyformex/extra/gts/smooth.c
// $Id$ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex/ /...
5,965
26.62037
80
c
pyFormex
pyFormex-master/pyformex/extra/gts/config.h
// $Id$ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex/ /...
1,158
41.925926
77
h
pyFormex
pyFormex-master/pyformex/extra/gts/inside.c
// $Id$ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex/ ...
5,335
29.491429
79
c
pyFormex
pyFormex-master/pyformex/extra/gts/coarsen.c
// $Id$ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex/ /...
10,763
29.492918
85
c
pyFormex
pyFormex-master/pyformex/extra/gts/set.c
// $Id$ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex/ /...
11,525
32.12069
86
c
pyFormex
pyFormex-master/pyformex/extra/gts/refine.c
// $Id$ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex/ /...
7,660
27.374074
81
c
pyFormex
pyFormex-master/pyformex/extra/dxfparser/dxfparser.h
/* $Id$ */ // // This file is part of pyFormex 0.8.9 (Fri Nov 9 10:49:51 CET 2012) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex...
1,871
34.320755
77
h
pyFormex
pyFormex-master/pyformex/lib/drawgl_.c
/* $Id$ */ // // This file is part of pyFormex 0.8.5 (Sun Dec 4 21:24:46 CET 2011) // pyFormex is a tool for generating, manipulating and transforming 3D // geometrical models by sequences of mathematical operations. // Home page: http://pyformex.org // Project page: http://savannah.nongnu.org/projects/pyformex...
15,701
24.49026
119
c
charm-fitter
charm-fitter-master/core/include/PullPlotter.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2013 * * Class to plot pulls. * **/ #ifndef PullPlotter_h #define PullPlotter_h #include "Utils.h" #include "MethodAbsScan.h" #include "OptParser.h" #include "TPaveText.h" class MethodAbsScan; using namespace std; us...
1,032
20.520833
91
h
charm-fitter
charm-fitter-master/core/include/RooHistPdfAngleVar.h
/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * **...
1,195
28.9
101
h
charm-fitter
charm-fitter-master/core/include/rdtsc.h
#ifndef _RDTSC_H #define _RDTSC_H #if defined(__i386__) static __inline__ unsigned long long rdtsc(void) { unsigned long long int x; __asm__ volatile (".byte 0x0f, 0x31" : "=A" (x)); return x; } #elif defined(__x86_64__) static __inline__ unsigned long long rdtsc(void) { unsigned hi, lo; __asm__ __...
1,001
23.439024
70
h
charm-fitter
charm-fitter-master/core/include/FitResultCache.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2014 * **/ #ifndef FitResultCache_h #define FitResultCache_h #include "OptParser.h" #include "Utils.h" using namespace std; using namespace Utils; /// /// Helper class for the scan methods. Store several parameter poin...
1,687
30.259259
118
h
charm-fitter
charm-fitter-master/core/include/CLInterval.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2014 * **/ #ifndef CLInterval_h #define CLInterval_h #include <iostream> #include <sstream> #include <stdlib.h> #include "TString.h" using namespace std; /// /// Class that represents a confidence interval /// class CL...
1,212
27.209302
92
h
charm-fitter
charm-fitter-master/core/include/MethodDatasetsProbScan.h
/* * Gamma Combination * Author: Maximilian Schlupp, maxschlupp@gmail.com * Author: Konstantin Schubert, schubert.konstantin@gmail.com * Date: October 2016 */ #ifndef MethodDatasetsProbScan_h #define MethodDatasetsProbScan_h #include "MethodProbScan.h" #include "ProgressBar.h" #include "PDF_Datasets.h" #include ...
2,079
32.548387
100
h
charm-fitter
charm-fitter-master/core/include/RooHistPdfVar.h
/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * **...
1,145
27.65
96
h
charm-fitter
charm-fitter-master/core/include/OneMinusClPlot2d.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2012 * **/ #ifndef OneMinusClPlot2d_h #define OneMinusClPlot2d_h #include <TROOT.h> #include "TMultiGraph.h" #include "TSystem.h" #include "OneMinusClPlotAbs.h" #include "Utils.h" #include "ColorBuilder.h" #include "Con...
2,780
37.625
134
h
charm-fitter
charm-fitter-master/core/include/FileNameBuilder.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2014 * **/ #ifndef FileNameBuilder_h #define FileNameBuilder_h #include "OptParser.h" #include "Utils.h" using namespace std; using namespace Utils; // forward declarations - include headers only in // cpp file to deal...
1,835
29.6
77
h
charm-fitter
charm-fitter-master/core/include/RooPoly4Var.h
/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * **...
1,203
25.173913
94
h
charm-fitter
charm-fitter-master/core/include/ControlPlots.h
/* * GammaCombo * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: Dec 2014 * */ #ifndef ControlPlots_h #define ControlPlots_h #include "TEnv.h" #include "TFile.h" #include "TF1.h" #include "TChain.h" #include "TCut.h" #include "TPaveText.h" #include "OptParser.h" #include "Utils.h" #include "TPaveSta...
1,719
26.301587
117
h
charm-fitter
charm-fitter-master/core/include/MethodDatasetsPluginScan.h
/* * Gamma Combination * Author: Maximilian Schlupp, maxschlupp@gmail.com * Author: Konstantin Schubert, schubert.konstantin@gmail.com * Date: October 2016 * */ #ifndef MethodDatasetsPluginScan_h #define MethodDatasetsPluginScan_h #include "MethodPluginScan.h" #include "MethodDatasetsProbScan.h" #include "Progr...
2,799
43.444444
131
h
charm-fitter
charm-fitter-master/core/include/Contour.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: Feb 2015 * * Class holding a 2D contour consisting of several TGraphs. * **/ #ifndef Contour_h #define Contour_h #include "OptParser.h" #include "Utils.h" using namespace std; using namespace Utils; class Contour { publ...
1,826
32.218182
125
h
charm-fitter
charm-fitter-master/core/include/PValueCorrection.h
#ifndef PValueCorrection_h #define PValueCorrection_h #include <iostream> #include <algorithm> #include <vector> #include "TString.h" #include "TH1.h" #include "TF1.h" #include "TSystemDirectory.h" #include "TSystemFile.h" #include "TChain.h" #include "TIterator.h" #include "TList.h" #include "TMath.h" #include "TFile...
1,287
23.769231
73
h
charm-fitter
charm-fitter-master/core/include/RooMultiPdf.h
#ifndef ROO_MULTIPDF #define ROO_MULTIPDF #include "RooAbsArg.h" #include "RooAbsPdf.h" #include "RooAbsReal.h" #include "RooRealProxy.h" #include "RooRealVar.h" #include "RooArgList.h" #include "RooAbsCategory.h" #include "RooCategory.h" #include "RooCategoryProxy.h" #include "RooArgProxy.h" #include "RooAbsProxy.h" ...
2,702
28.703297
124
h
charm-fitter
charm-fitter-master/core/include/RooCrossCorPdf.h
#ifndef ROOCROSSCORPDF #define ROOCROSSCORPDF #include "RooAbsPdf.h" //#include "RooRealProxy.h" //#include "Rtypes.h" #include "TMatrixDSym.h" #include "RooListProxy.h" #include "TVectorD.h" class RooRealVar; class RooCrossCorPdf : public RooAbsPdf { public: RooCrossCorPdf(const char *name, const char *title,...
850
22
99
h
charm-fitter
charm-fitter-master/core/include/MethodProbScan.h
/* * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2012 * */ #ifndef MethodProb_h #define MethodProb_h #include <iostream> #include <stdlib.h> #include "RooGlobalFunc.h" #include "RooWorkspace.h" #include "RooDataSet.h" #include "RooRealVar.h" #include "RooConstVar.h" #i...
1,919
24.263158
98
h
charm-fitter
charm-fitter-master/core/include/coreLinkDef.h
#ifdef __CINT__ #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C++ nestedclass; #pragma link C++ nestedtypedef; #pragma link C++ class RooCrossCorPdf+; #pragma link C++ class SharedArrayImp<char>+; #pragma link C++ class SharedArrayImp<short>+; #pragma link C+...
1,759
39
59
h
charm-fitter
charm-fitter-master/core/include/MethodCoverageScan.h
/* * Gamma Combination * Author: Matthew Kenzie, matthew.kenzie@cern.ch * Date: January 2016 * */ #ifndef MethodCoverageScan_h #define MethodCoverageScan_h #include <iostream> #include <stdlib.h> #include "RooAddition.h" #include "RooArgSet.h" #include "RooConstVar.h" #include "RooCustomizer.h" #include "RooDat...
2,674
23.768519
122
h
charm-fitter
charm-fitter-master/core/include/CLIntervalPrinter.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2014 * **/ #ifndef CLIntervalPrinter_h #define CLIntervalPrinter_h #include "OptParser.h" #include "Rounder.h" #include "Utils.h" #include "CLInterval.h" #include <string> using namespace std; using namespace Utils; //...
1,322
25.46
110
h
charm-fitter
charm-fitter-master/core/include/OneMinusClPlotAbs.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2012 * **/ #ifndef OneMinusClPlotAbs_h #define OneMinusClPlotAbs_h #include "TLegend.h" #include "TPaveText.h" #include "TPaveLabel.h" #include "TGraphErrors.h" #include "TColor.h" #include "Utils.h" #include "MethodAbs...
2,071
29.925373
101
h
charm-fitter
charm-fitter-master/core/include/ParameterEvolutionPlotter.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: Nov 2014 * * Class that plots the parameter evolution of the nuisance parameters * from a prob scan. * **/ #ifndef ParameterEvolutionPlotter_h #define ParameterEvolutionPlotter_h #include "TROOT.h" #include "TCanvas.h" #incl...
2,381
38.04918
129
h
charm-fitter
charm-fitter-master/core/include/CLIntervalMaker.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2014 * **/ #ifndef CLIntervalMaker_h #define CLIntervalMaker_h #include "TF1.h" #include "OptParser.h" #include "Utils.h" #include "CLInterval.h" #include "CLIntervalPrinter.h" using namespace std; using namespace Utils...
2,206
35.180328
121
h
charm-fitter
charm-fitter-master/core/include/Utils.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2012 * **/ #ifndef Utils_h #define Utils_h #include "boost/algorithm/string.hpp" #include <sys/stat.h> // ROOT #include "TMath.h" #include "TObjString.h" #include "TString.h" #include "TH2F.h" #include "TStyle.h" #inclu...
10,470
35.740351
130
h
charm-fitter
charm-fitter-master/core/include/RooSlimFitResult.h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2013 * * Class to mimic a RooFitResult, but only store the things * we actually need, therefore saving a lot of memory in the * 2d scans. * **/ #ifndef RooSlimFitResult_h #define RooSlimFitResult_h #include <fstream>...
4,813
36.317829
133
h
charm-fitter
charm-fitter-master/core/include/RooBinned2DBicubicBase.h
/** * @file RooBinned2DBicubicBase.h * * @author Manuel Tobias Schiller <manuel.schiller@nikhef.nl> * @date 2012-08-29 */ #ifndef _ROOBINNED2DBICUBICBASE #define _ROOBINNED2DBICUBICBASE #include <exception> #include <RooAbsReal.h> #include <RooAbsPdf.h> #include <RooRealProxy.h> #include "SharedArray.h" class ...
5,301
32.987179
79
h
charm-fitter
charm-fitter-master/core/include/ParameterCache.h
#ifndef ParameterCache_h #define ParameterCache_h #include <iostream> #include <vector> #include <algorithm> #include "Combiner.h" #include "MethodAbsScan.h" #include "RooAbsArg.h" #include "RooSlimFitResult.h" #include "TDatime.h" #include "TIterator.h" #include "TString.h" #include "Utils.h" #include "boost/algorit...
1,112
23.733333
87
h
charm-fitter
charm-fitter-master/core/include/SharedArray.h
/** * @file SharedArray.h * * @author Manuel Tobias Schiller <manuel.schiller@nikhef.nl> * @date 2012-08-29 */ #ifndef _SHAREDARRAY_H #define _SHAREDARRAY_H #include <vector> #include <TObject.h> /** @brief class to hold array data, refcounted * * @author Manuel Tobias Schiller <manuel.schiller@nikhef.nl> * ...
8,289
28.397163
68
h
charm-fitter
charm-fitter-master/core/include/RooPoly3Var.h
/***************************************************************************** * Project: RooFit * * * * This code was autogenerated by RooClassFactory * **...
1,167
25.545455
94
h
charm-fitter
charm-fitter-master/core/include/tclap/Constraint.h
/****************************************************************************** * * file: Constraint.h * * Copyright (c) 2005, Michael E. Smoot * All rights reverved. * * See the file COPYING in the top directory of this distribution for * more information. * * THE SOFTWARE IS PROVIDED _AS IS_, WITHOUT...
1,922
27.279412
79
h
charm-fitter
charm-fitter-master/core/include/tclap/StdOutput.h
// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- /****************************************************************************** * * file: StdOutput.h * * Copyright (c) 2004, Michael E. Smoot * All rights reverved. * * See the file COPYING in the top directory of this distribution for * more inform...
10,034
32.561873
80
h
charm-fitter
charm-fitter-master/core/include/tclap/DocBookOutput.h
// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- /****************************************************************************** * * file: DocBookOutput.h * * Copyright (c) 2004, Michael E. Smoot * All rights reverved. * * See the file COPYING in the top directory of this distribution for * more in...
9,138
29.362126
107
h
charm-fitter
charm-fitter-master/core/include/tclap/UnlabeledValueArg.h
/****************************************************************************** * * file: UnlabeledValueArg.h * * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. * All rights reverved. * * See the file COPYING in the top directory of this distribution for * ...
12,927
36.912023
86
h
charm-fitter
charm-fitter-master/core/include/tclap/ZshCompletionOutput.h
// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- /****************************************************************************** * * file: ZshCompletionOutput.h * * Copyright (c) 2006, Oliver Kiddle * All rights reverved. * * See the file COPYING in the top directory of this distribution for * more...
9,070
27.170807
89
h