Search

Search Funnelback University

Search powered by Funnelback
11 - 30 of 38 search results for news |u:www.hep.phy.cam.ac.uk
  1. Fully-matching results

  2. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld011.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make a composition:. Compos doubleWafer = new Compos;. //
  3. Advanced features

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld014.htm
    24 Sep 2000: A function to return a complicated object:. Compos makeComplicatedLayer(int layerNumber) {. Compos layer = new Compos;. layer->setName(“SCT_layer_”layerNumber);. if (layerNumber==2) {. // Build the layer in a special way. }
  4. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbPosXYZ.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbPosXYZ.hh
    6 Jan 2000: me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // LESTER Must complete.
  5. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld009.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make new box:. Box myBox = new Box;. //
  6. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld010.htm
    24 Sep 2000: PosXYZ boxPos = new PosXYZ;. // Set the positioner’s parameters:. boxPos->setVolume(myBox); // Says what to position.
  7. AGDD_XmlFileBuilder

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/AGDD_XmlFileBuilder.ppt
    26 Sep 2000: Advanced features. Use shapes which are not in the DTD, without forcing Marc to produce a new version of Persint! // ... Make a halfTrd:. HalfTrd shapeNotInDTD = new HalfTrd;. // Set the top volume, and print XML file!
  8. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMPosPhi.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMPosPhi.hh
    6 Jan 2000: stagger ("S" , "0" ), _rot ("rot" , "0 0 0" ), _indexStep("indexstep", "1" ) {}; void putMeIn(xml::Element & parent) { //cout "mPosPhi put me in" endl; xml::Element const child = new xml::Element(); assert(child);
  9. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSection.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSection.hh
    6 Jan 2000: author" , Attribute::required), _topVolAtt("top_volume", Attribute::required), _topVolPtr(0) { }; void putMeIn(xml::Element & parent) { cout "section put me in" endl; xml::Element child = new xml::Element(); assert(child);
  10. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSolid.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSolid.hh
    6 Jan 2000: Need checks. xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // Now destruction taken care of.
  11. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/GNU…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/GNUmakefile.in
    7 Feb 2000: OldSCTPreXmlParser NewSCTPreXmlParser_LIBS = -lExpatInterface -lExpat NewSCTPreXmlParser_USES = c++ NewSCTPreXmlParser_CXXCPPFLAGS = -I$(srcdir) -I$(srcdir)/src NewSCTPreXmlParser_SRC = $(PreXmlParserCommon_SRC) src/New.SCT.geo.cc
  12. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/agddHasTag.cc
    7 Feb 2000: elt = new (xml::Element); assert(_elt); _elt-setTagName(getTag()); }; xml::Element HasTag::theElement() { assert(_elt); return _elt; }; };.
  13. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/SCT.preXml.cc
    7 Feb 2000: #include algorithm #include iostream #include string #include strstream #include algorithm #include cmath #include "DWUnits.hh" #include "preXmlManager.hh" #include "preXmlInteger.hh" #include "preXmlAngle.hh" #include "preXmlLength.hh" #include
  14. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/GUNK/agddShed.hh
    7 Feb 2000: Need checks. cout "Creating a Box named " Volume::getNameAtt().getSetValue() ". " flush; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // Now destruction taken care of.
  15. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/GUNK/agddBase.hh
    7 Feb 2000: static const string makeNumberString(const double a, const double b, const double c, const double d, const double e) ; / // The following is new redundant. //
  16. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCTBarrel.preXml.cc

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCTBarrel.preXml.cc
    6 Jan 2000: barrelSection.setDate(); barrelSection.setAuthor(); // Better make a "top_volume". agdb::Compos & barrelCompos = barrelSection.adopt(new agdb::Compos()); barrelCompos.setName("sct_barrel"); barrelSection.addVolume(barrelCompos);
  17. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/preXmlManager.cc
    7 Feb 2000: May put that in later. //Want to be absolutely certain of these: this-_geometry = NULL; this-_geometryManager = NULL; this-_sectionManager = NULL; _geometryManager = new xmlTool::Directory(this-_doc, std::string("geometry"), ... secManager
  18. Bookmarks for Christopher Lester

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/bookmarks.html
    17 Apr 2000: Bookmarks for Christopher Lester. g" ADD_DATE="955814526" LAST_VISIT="955814685" LAST_MODIFIED="955814506">Search Category -. Newspapers. Reference. X11. SRT. ATLAS Offline Computing - Deliverable ATL-SW-SRT-Documentation-V1. Information for Junior
  19. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCT.geo.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCT.geo.hh
    6 Jan 2000: int j; // Module number for ((sn=-1, j=0); jnModulesPerSki; (j++, sn=-sn)) { agdb::PosXYZ & modulePos = barrelSection.adopt(new agdb::PosXYZ); modulePos.setVolume( (i==0 || i==2)? ... new agdb::PosXYZ); supportPos.setVolume(support[i]);
  20. AGDD_XmlFileBuilder

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/G4WorkshopDec2000/SCTGeometryDec2000.ppt
    4 Dec 2000: New emphasis:. Detector specific elements may be introduced. Possible reduction of inter-dependencies within AGDD/XML files? ... New features / expectations:. Level-of-detail mechanism (LeCompte et al). Envelopes (Laporte et al).
  21. https://www.hep.phy.cam.ac.uk/~lester/agdd/scttgeo_9802.g

    https://www.hep.phy.cam.ac.uk/~lester/agdd/scttgeo_9802.g
    3 Aug 2000: half-length adjusted from 76 cm to 79 cm to match TDR this required new variable zcylend Modified 14 Oct 1996 J.Pater: corrected typo Attribute ZISO to Attribute SISO Modified ... positions. This required a new element (ROSup) in the SCTI bank and made

Refine your results

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.